Skip to content

Commit

Permalink
Merge pull request #27 from oraichain/feat/workflow-publish-package
Browse files Browse the repository at this point in the history
feat: add CI deployment script for lerna publish
  • Loading branch information
vuonghuuhung authored Dec 11, 2024
2 parents f8d9814 + 9d36e64 commit 1a03654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "lerna run build --concurrency 1",
"build-tsc": "tsc -p",
"deploy": "yarn build && lerna publish",
"deploy:ci": "lerna publish from-package --yes",
"build:docker": "lerna run build --concurrency 1"
},
"workspaces": [
Expand Down

0 comments on commit 1a03654

Please sign in to comment.