Skip to content

Commit

Permalink
Clean working folder before doing a release build (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Oct 13, 2022
1 parent 9e0b127 commit a14fcdb
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 @@ -42,7 +42,7 @@
"prettier-check": "prettier --config .prettierrc.json --check .",
"prettier-format": "prettier --config .prettierrc.json --write .",
"prettier-watch": "onchange -k -p 100 \".\" -- prettier --config .prettierrc.json --write {{file}}",
"prerelease": "npm ci && npm test && npm run build",
"prerelease": "git clean -xfd && npm ci && npm test && npm run build",
"release": "release-it",
"test": "npm run prettier-check && npm run lint && npm run tsc && nyc mocha",
"test-watch": "mocha --watch",
Expand Down

0 comments on commit a14fcdb

Please sign in to comment.