Skip to content

Commit 55d9431

Browse files
authored
chore: add lockfile to git, and add build target to refresh the lockfile (#446)
1 parent 2d4e993 commit 55d9431

File tree

3 files changed

+15380
-3
lines changed

3 files changed

+15380
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ packages/*/package-lock.json
2424
packages/**/reports/junit/*
2525
test.out.log
2626
*.tsbuildinfo
27-
yarn.lock
28-
package-lock.json
27+
package-lock.json

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"rm-dev-link": "rm -f \"$(yarn global bin)/amplify-dev\"",
3131
"commit": "git-cz",
3232
"coverage": "codecov || exit 0",
33-
"split-e2e-tests": "yarn ts-node ./scripts/split-e2e-tests.ts && git add .circleci/config.yml"
33+
"split-e2e-tests": "yarn ts-node ./scripts/split-e2e-tests.ts && git add .circleci/config.yml",
34+
"refresh-lockfile": "rimraf yarn.lock && yarn"
3435
},
3536
"bugs": {
3637
"url": "https://github.com/aws-amplify/amplify-codegen/issues"

0 commit comments

Comments
 (0)