Skip to content

Commit

Permalink
drop canary from alpha and beta publish
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed May 15, 2024
1 parent 4bb5959 commit 307edfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"clean": "git clean -fdx",
"test": "lerna run test",
"build-docs": "lerna run build-docs",
"publish:experimental:canary": "BRANCH_NAME=`git rev-parse --symbolic-full-name --abbrev-ref HEAD`; if [ $BRANCH_NAME != \"dev\" -a $BRANCH_NAME != \"main\" ] ; then CI=1 lerna publish --force-publish --canary --preid experimental-${BRANCH_NAME} --dist-tag=experimental-${BRANCH_NAME} ; fi",
"publish:alpha": "CI=1 lerna publish --force-publish --preid alpha --dist-tag=alpha",
"publish:beta": "CI=1 lerna publish --force-publish --preid beta --dist-tag=beta",
"publish:stable": "npm run test && CI=1 lerna publish",
"publish:backport": "npm run test && CI=1 lerna publish --preid backport --dist-tag=backport",
"publish:beta:canary": "CI=1 lerna publish --force-publish --canary --preid beta --dist-tag=beta",
"publish:alpha:canary": "CI=1 lerna publish --force-publish --canary --preid alpha --dist-tag=alpha",
"publish:experimental:canary": "BRANCH_NAME=`git rev-parse --symbolic-full-name --abbrev-ref HEAD`; if [ $BRANCH_NAME != \"dev\" -a $BRANCH_NAME != \"main\" ] ; then CI=1 lerna publish --force-publish --canary --preid experimental-${BRANCH_NAME} --dist-tag=experimental-${BRANCH_NAME} ; fi",
"e2e_test": "./packages/geoprocessing/scripts/testing/initTestProjects.mjs",
"prepare": "npx husky",
"translation:publish": "npx tsx packages/geoprocessing/src/i18n/bin/publishTerms.ts",
Expand Down

0 comments on commit 307edfc

Please sign in to comment.