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

Commit

Permalink
Merge pull request #1410 from matrix-org/dbkr/prerelease_clean
Browse files Browse the repository at this point in the history
Clean on prerelease
  • Loading branch information
dbkr committed Sep 21, 2017
2 parents c19ee66 + a0b4d8a commit 3ac6707
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 3ac6707

Please sign in to comment.