|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "description": "amplify-codegen",
|
5 | 5 | "scripts": {
|
6 |
| - "test-changed": "lerna run test --since master", |
| 6 | + "test-changed": "lerna run test --since main", |
7 | 7 | "test": "lerna run test",
|
8 | 8 | "test-ci": "lerna run test --concurrency 1 -- --ci -i",
|
9 | 9 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet",
|
10 | 10 | "lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
11 | 11 | "clean": "lerna run clean && lerna exec yarn rimraf tsconfig.tsbuildinfo && lerna clean --yes && yarn rimraf node_modules",
|
12 | 12 | "build": "lerna run build",
|
13 | 13 | "production-build": "yarn --ignore-engines && lerna run build --concurrency 3 --stream",
|
14 |
| - "publish:master": "lerna publish --canary --exact --force-publish --preid=dev --dist-tag=dev --include-merged-tags --conventional-prerelease --no-verify-access --yes", |
| 14 | + "publish:main": "lerna publish --canary --exact --force-publish --preid=dev --dist-tag=dev --include-merged-tags --conventional-prerelease --no-verify-access --yes", |
15 | 15 | "publish:release": "lerna publish --exact --conventional-commits --message 'chore(release): Publish [ci skip]' --no-verify-access --yes",
|
16 | 16 | "publish:tag": "lerna publish --exact --dist-tag=$NPM_TAG --preid=$NPM_TAG --conventional-commits --conventional-prerelease --message 'chore(release): Publish tagged release $NPM_TAG [ci skip]' --no-verify-access --yes",
|
17 |
| - "postpublish:release": "git fetch . release:master && git push origin master", |
| 17 | + "postpublish:release": "git fetch . release:main && git push origin main", |
18 | 18 | "yarn-use-bash": "yarn config set script-shell /bin/bash",
|
19 | 19 | "verdaccio-start": "yarn yarn-use-bash && source .circleci/local_publish_helpers.sh && startLocalRegistry \"$(pwd)/.circleci/verdaccio.yaml\"",
|
20 | 20 | "verdaccio-clean": "rimraf ../verdaccio-cache",
|
|
0 commit comments