Skip to content

Commit 8daf304

Browse files
authored
Fixing package.json test script
1 parent bf7a1f2 commit 8daf304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"mocha": "^3.0.1"
1717
},
1818
"scripts": {
19-
"test": "(cd tests/example && cp ../original/test.scss . && npm i && webpack --config webpack.config.js) && mocha --ui tdd tests/loader.js"
19+
"test": "(cd tests/example && cp ../original/test.scss . && rm -rf ./node_modules/stylefmt-loader && npm i && webpack --config webpack.config.js) && ./node_modules/mocha/bin/mocha --ui tdd tests/loader.js"
2020
},
2121
"keywords": [
2222
"webpack",

0 commit comments

Comments
 (0)