Skip to content

Commit

Permalink
fix: clean script in client package causing test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bwgjoseph committed Oct 28, 2020
1 parent 83e2f6b commit 0e688d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"*.js"
],
"scripts": {
"clean": "../../node_modules/.bin/shx rm -rf dist/ && ../../node_modules/.bin/shx mkdir -p dist",
"clean": "shx rm -rf dist/ && shx mkdir -p dist",
"version": "npm run build",
"mocha": "mocha --config ../../.mocharc.json test/ --recursive",
"test": "npm run build && npm run mocha",
Expand Down

0 comments on commit 0e688d0

Please # to comment.