Skip to content

Commit 420d977

Browse files
committed
chore update clean command
1 parent 4daacc2 commit 420d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-extension-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"build-script": "node build-script.js && yarn lint:fix",
1111
"build": "yarn workspace create-xtensio-app run build && rm -rf ./.build/ && yarn build-script",
12-
"clean": "yarn build-script clean",
12+
"clean": "node build-script.js clean",
1313
"push": "yarn build && npm publish && yarn clean",
1414
"lint": "prettier . --check",
1515
"lint:fix": "prettier . --write"

0 commit comments

Comments
 (0)