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 4daacc2 commit 420d977Copy full SHA for 420d977
packages/create-extension-app/package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"build-script": "node build-script.js && yarn lint:fix",
11
"build": "yarn workspace create-xtensio-app run build && rm -rf ./.build/ && yarn build-script",
12
- "clean": "yarn build-script clean",
+ "clean": "node build-script.js clean",
13
"push": "yarn build && npm publish && yarn clean",
14
"lint": "prettier . --check",
15
"lint:fix": "prettier . --write"
0 commit comments