Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed Jul 12, 2021
1 parent 8a86e03 commit e151ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lint:dev": "npm run eslint && npm run dtslint",
"test": "mocha tests --exit",
"test:dev": "nodenv --exec mocha tests -- --exit",
"docgen": "docgen -s src -o master.json",
"docgen:custom": "docgen -s src --custom docs/index.yml -o master.json",
"docgen": "docgen -s src -o ../docs/master.json",
"docgen:custom": "docgen -s src --custom docs/index.yml -o ../docs/master.json",
"prepublishOnly": "npm run test:dev && npm run docgen:custom",
"dtslint": "dtslint typings"
},
Expand Down

0 comments on commit e151ebe

Please sign in to comment.