File tree Expand file tree Collapse file tree 2 files changed +909
-866
lines changed Expand file tree Collapse file tree 2 files changed +909
-866
lines changed Original file line number Diff line number Diff line change 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
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/amplify-category-api @aws-amplify/cli-internal -W && git checkout -- package.json yarn.lock" ,
27
+ "add-cli-no-save" : " yarn add @aws-amplify/amplify-category-api @aws-amplify/cli-internal -W && git checkout -- 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\" " ,
62
62
" packages/*"
63
63
],
64
64
"devDependencies" : {
65
- "@aws-amplify/amplify-cli-core" : " 4.0.6" ,
65
+ "@aws-amplify/amplify-cli-core" : " ^ 4.0.6" ,
66
66
"@commitlint/cli" : " ^17.0.3" ,
67
67
"@commitlint/config-conventional" : " ^17.0.3" ,
68
68
"@commitlint/config-lerna-scopes" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments