File tree Expand file tree Collapse file tree 2 files changed +1129
-1169
lines changed Expand file tree Collapse file tree 2 files changed +1129
-1169
lines changed Original file line number Diff line number Diff line change 23
23
"verdaccio-publish" : " yarn verdaccio-clean && yarn publish-to-verdaccio" ,
24
24
"verdaccio-disconnect" : " source .circleci/local_publish_helpers.sh && unsetNpmRegistryUrl" ,
25
25
"verdaccio-stop" : " kill -9 $(lsof -n -t -iTCP:4873 -sTCP:LISTEN)" ,
26
- "setup-dev" : " (yarn && lerna run build) && yarn add-cli-no-save && (yarn hoist-cli && yarn rm-dev-link && yarn link-dev)" ,
27
- "add-cli-no-save" : " yarn add @aws-amplify/cli-internal -W && git restore package.json" ,
26
+ "setup-dev" : " rm -rf yarn.lock && (yarn && lerna run build) && yarn add-cli-no-save && (yarn hoist-cli && yarn rm-dev-link && yarn link-dev)" ,
27
+ "add-cli-no-save" : " yarn add @aws-amplify/amplify-category-api @aws-amplify/ cli-internal -W && git restore package.json yarn.lock " ,
28
28
"hoist-cli" : " rm -rf node_modules/amplify-cli-internal && mkdir node_modules/amplify-cli-internal && cp -r node_modules/@aws-amplify/cli-internal/ node_modules/amplify-cli-internal" ,
29
29
"link-dev" : " cd node_modules/amplify-cli-internal && ln -s \" $(pwd)/bin/amplify\" \" $(yarn global bin)/amplify-dev\" && cd -" ,
30
30
"rm-dev-link" : " rm -f \" $(yarn global bin)/amplify-dev\" " ,
You can’t perform that action at this time.
0 commit comments