Skip to content

Commit

Permalink
prepublishOnly script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed Feb 5, 2021
1 parent 2a61a53 commit 9c89058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"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",
"prepublishOnly": "npm run test && npm run docgen",
"prepublishOnly": "npm run test:dev && npm run docgen",
"dtslint": "dtslint typings"
},
"engines": {
Expand Down

0 comments on commit 9c89058

Please sign in to comment.