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 b0468c7 commit 3938aa8Copy full SHA for 3938aa8
package.json
@@ -15,7 +15,7 @@
15
"clean:all": "yarn run clean && npx -y rimraf node_modules **/node_modules **/yarn.lock yarn.lock",
16
"reset": "yarn run clean:all && yarn install",
17
"-------------- ": "",
18
- "prebuild": "rimraf dist",
+ "prebuild": "npx -y rimraf dist",
19
"install:tests": "cd test && yarn install",
20
"prepare": "yarn run install:tests"
21
},
0 commit comments