Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Jun 3, 2021
1 parent 8535ac6 commit e7c5182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"coverage": "nyc npm test && nyc report --reporter=lcov",
"docs:build": "npm run docs:remove && typedoc && npm run prettier:write -- --ignore-path .prettierignore_docs",
"docs:remove": "rm -rf ./docs",
"docs:test": "npm run docs:build && npm run docs:remove",
"install:clean": "rm -fr node_modules && rm -f package-lock.json && npm install",
"lint": "eslint --ext .ts ./",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit e7c5182

Please sign in to comment.