File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 "verdaccio-disconnect" : " source .circleci/local_publish_helpers.sh && unsetNpmRegistryUrl" ,
2525 "verdaccio-stop" : " kill -9 $(lsof -n -t -iTCP:4873 -sTCP:LISTEN)" ,
2626 "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 -W && git restore package.json" ,
28- "hoist-cli" : " rm -rf node_modules/amplify-cli && mkdir node_modules/amplify-cli && cp -r node_modules/@aws-amplify/cli/ node_modules/amplify-cli" ,
29- "link-dev" : " cd node_modules/amplify-cli && ln -s \" $(pwd)/bin/amplify\" \" $(yarn global bin)/amplify-dev\" && cd -" ,
27+ "add-cli-no-save" : " yarn add @aws-amplify/cli-internal -W && git restore package.json" ,
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+ "link-dev" : " cd node_modules/amplify-cli-internal && ln -s \" $(pwd)/bin/amplify\" \" $(yarn global bin)/amplify-dev\" && cd -" ,
3030 "rm-dev-link" : " rm -f \" $(yarn global bin)/amplify-dev\" " ,
3131 "commit" : " git-cz" ,
3232 "coverage" : " codecov || exit 0" ,
You can’t perform that action at this time.
0 commit comments