Skip to content

Commit

Permalink
chore(pj): update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Jan 27, 2021
1 parent 285b50e commit dd8c778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@
"benchmark:custom": "node --expose-gc benchmark/custom.js",
"build": "npm run build:node",
"build:node": "tsc -p tsconfig.json",
"docs": "rm -rf ./docs/* && typedoc",
"get-changelog": "conventional-changelog -r 2 -p angular",
"lint": "npm run lint:eslint",
"lint:eslint": "eslint . --ext js,jsx,ts,tsx",
"prerelease": "npm run typedoc && git add -A ./docs",
"release": "git add -A && standard-version -a",
"test": "npm audit --production && npm run lint && npm run unit",
"typedoc": "rm -rf ./docs/* && typedoc --excludeExternals --name \"$npm_package_name\" --readme none --mode file --includeDeclarations --excludePrivate --theme markdown --out ./docs",
"typedoc": "rm -rf ./docs/* && typedoc",
"unit": "jest --coverage",
"postunit": "codecov || true"
},
Expand Down

0 comments on commit dd8c778

Please sign in to comment.