File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 ./" ,
You can’t perform that action at this time.
0 commit comments