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

Commit

Permalink
Properly commit the cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Uden committed May 28, 2016
1 parent 7c5f627 commit 63a2f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangarack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"scripts": {
"bundle-cli": "browserify --debug --node src/cli.js | n-pipe dist/cli.js",
"bundle-daemon": "browserify --debug --node src/daemon.js | n-pipe dist/daemon.js",
"prepublish": "npm run bundle-cli -s && npm run bundle-daemon -s"
"prepublish": "n-clean dist && npm run bundle-cli -s && npm run bundle-daemon -s"
}
}

0 comments on commit 63a2f20

Please sign in to comment.