Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Clean on prerelease
Browse files Browse the repository at this point in the history
To avoid any further problems where we ship build files with the
wrong capitalisation because npm is dumb
  • Loading branch information
dbkr committed Sep 21, 2017
1 parent f27750e commit a0b4d8a
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 @@ -40,7 +40,7 @@
"lint": "eslint src/",
"lintall": "eslint src/ test/",
"clean": "rimraf lib",
"prepublish": "npm run build && git rev-parse HEAD > git-revision.txt",
"prepublish": "npm run clean && npm run build && git rev-parse HEAD > git-revision.txt",
"test": "karma start --single-run=true --browsers ChromeHeadless",
"test-multi": "karma start"
},
Expand Down

0 comments on commit a0b4d8a

Please sign in to comment.