Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit be6e146

Browse files
committed
use debug when installed
1 parent 5533a15 commit be6e146

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
@@ -16,7 +16,7 @@
1616
"dev": "npm run clean && env NODE_ENV=development env BABEL_ENV=production rollup -c -w",
1717
"build": "npm run clean && env NODE_ENV=production env BABEL_ENV=production rollup -c",
1818
"ppublish": "bash ./ppublish.sh",
19-
"prepare": "npm run build"
19+
"prepare": "npm run debug"
2020
},
2121
"dependencies": {
2222
"fs-plus": "^3.0.0",

0 commit comments

Comments
 (0)