Skip to content

Commit

Permalink
Merge pull request #136 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 52f5138 + 5ce0275 commit e9eef3a
Showing 1 changed file with 1 addition and 1 deletion.
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 from-package --dist-tag dev --force-publish \"*\" --no-verify-access --yes",
"publish:dev": "lerna publish --dist-tag dev --force-publish \"*\" --no-verify-access --yes",
"version:ci": "lerna version --yes --conventional-commits",
"prepare": "husky install"
},
Expand Down

0 comments on commit e9eef3a

Please sign in to comment.