Skip to content

Commit 6a4891f

Browse files
author
Igor Kulkov
committed
fix frontend build
1 parent 0882d47 commit 6a4891f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configurator/frontend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"build": "yarn install && yarn all:check && lerna run build",
77
"build:dev": "lerna run build",
88
"test": "lerna run test --stream",
9-
"reset": "rm -rf ./node_modules ./main/node_modules/ ./main/build ./main/dist && yarn install",
10-
"reset:full": "yarn clean && rm -rf yarn.lock && ./main/yarn.lock && ./catalog/yarn.lock",
9+
"clean": "rm -rf ./node_modules ./main/node_modules/ ./main/build ./main/dist",
10+
"reset": "yarn clean && yarn install",
11+
"reset:full": "yarn reset && rm -rf yarn.lock ./main/yarn.lock ./catalog/yarn.lock",
1112
"lerna:publish": "lerna publish --canary --no-private --no-verify-access --yes",
1213
"prettier:check": "prettier --check --config ./.prettierrc.json --ignore-path ./.prettierignore ./ || (echo \"👉 Run yarn prettier:fix!\" && exit 1)",
1314
"prettier:fix": "prettier --write --config ./.prettierrc.json --ignore-path ./.prettierignore ./",

0 commit comments

Comments
 (0)