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

Commit

Permalink
use debug when installed
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 30, 2020
1 parent 5533a15 commit be6e146
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 @@ -16,7 +16,7 @@
"dev": "npm run clean && env NODE_ENV=development env BABEL_ENV=production rollup -c -w",
"build": "npm run clean && env NODE_ENV=production env BABEL_ENV=production rollup -c",
"ppublish": "bash ./ppublish.sh",
"prepare": "npm run build"
"prepare": "npm run debug"
},
"dependencies": {
"fs-plus": "^3.0.0",
Expand Down

0 comments on commit be6e146

Please sign in to comment.