Skip to content

Commit 9c89058

Browse files
committed
prepublishOnly script fix
1 parent 2a61a53 commit 9c89058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:dev": "nodenv --exec mocha tests -- --exit",
2424
"docgen": "docgen -s src -o master.json",
2525
"docgen:custom": "docgen -s src --custom docs/index.yml -o master.json",
26-
"prepublishOnly": "npm run test && npm run docgen",
26+
"prepublishOnly": "npm run test:dev && npm run docgen",
2727
"dtslint": "dtslint typings"
2828
},
2929
"engines": {

0 commit comments

Comments
 (0)