Skip to content

Commit

Permalink
Test Script should still use temp folder so that husky dont write ove…
Browse files Browse the repository at this point in the history
…r dist
  • Loading branch information
ashfahan committed Jul 2, 2021
1 parent 284bf4c commit 5ed32b2
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 @@ -41,7 +41,7 @@
"test": "npm-run-all -p test:**",
"test:usedVar": "fusv ./src",
"test:style": "stylelint src/**/*.scss",
"test:compile": "node-sass ./src --output ./dist",
"test:compile": "node-sass ./src --output ./temp",
"build": "npm-run-all dist",
"dist": "npm-run-all -s test dist:**",
"dist:clean": "shx rm -rf ./dist",
Expand Down

0 comments on commit 5ed32b2

Please sign in to comment.