We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4e993 commit 55d9431Copy full SHA for 55d9431
.gitignore
@@ -24,5 +24,4 @@ packages/*/package-lock.json
24
packages/**/reports/junit/*
25
test.out.log
26
*.tsbuildinfo
27
-yarn.lock
28
-package-lock.json
+package-lock.json
package.json
@@ -30,7 +30,8 @@
30
"rm-dev-link": "rm -f \"$(yarn global bin)/amplify-dev\"",
31
"commit": "git-cz",
32
"coverage": "codecov || exit 0",
33
- "split-e2e-tests": "yarn ts-node ./scripts/split-e2e-tests.ts && git add .circleci/config.yml"
+ "split-e2e-tests": "yarn ts-node ./scripts/split-e2e-tests.ts && git add .circleci/config.yml",
34
+ "refresh-lockfile": "rimraf yarn.lock && yarn"
35
},
36
"bugs": {
37
"url": "https://github.com/aws-amplify/amplify-codegen/issues"
0 commit comments