We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f91398 commit 09b62c0Copy full SHA for 09b62c0
1 file changed
packages/client/package.json
@@ -36,7 +36,7 @@
36
"*.js"
37
],
38
"scripts": {
39
- "clean": "../../node_modules/.bin/shx rm -rf dist/ && ../../node_modules/.bin/shx mkdir -p dist",
+ "clean": "shx rm -rf dist/ && shx mkdir -p dist",
40
"version": "npm run build",
41
"mocha": "mocha --config ../../.mocharc.json test/ --recursive",
42
"test": "npm run build && npm run mocha",
0 commit comments