Skip to content

Commit

Permalink
Merge pull request #137 from thepower/feat/cli-containers
Browse files Browse the repository at this point in the history
fix dev.yaml
  • Loading branch information
jackkru69 authored Jun 24, 2024
2 parents e9eef3a + ff44618 commit 0f778a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Publish packages
run: |
yarn publish:dev
yarn publish:canary
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cm": "git add . && git commit",
"bootstrap": "npx lerna bootstrap",
"publish:ci": "lerna publish from-package --yes --no-verify-access",
"publish:dev": "lerna publish --dist-tag dev --force-publish \"*\" --no-verify-access --yes",
"publish:canary": "lerna publish --canary --dist-tag dev --preid dev.$(git rev-parse --short HEAD) --force-publish \"*\" --no-verify-access --yes",
"version:ci": "lerna version --yes --conventional-commits",
"prepare": "husky install"
},
Expand Down

0 comments on commit 0f778a0

Please sign in to comment.