Skip to content

Commit cc6ee7c

Browse files
author
Marco Garcia
committed
add postinstall
1 parent 73e010a commit cc6ee7c

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
@@ -27,7 +27,7 @@
2727
"test": "nyc mocha",
2828
"prepare": "npm run build",
2929
"docs": "typedoc src/gen/api",
30-
"prepack": "npm run build"
30+
"postinstall": "npm run build"
3131
},
3232
"nyc": {
3333
"include": [

0 commit comments

Comments
 (0)