Skip to content

Commit

Permalink
chore: Update deploy script to use yarn npm publish --access public
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Nov 6, 2024
1 parent 77815c5 commit 557cdc7
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 @@ -8,7 +8,7 @@
"clean": "nx reset && lerna clean --yes && lerna exec -- rimraf build/ dist/ cache/",
"build": "lerna run build --concurrency 1",
"build-tsc": "tsc -p",
"deploy": "yarn publish --access public",
"deploy": "yarn npm publish --access public",
"build:docker": "lerna run build --concurrency 1"
},
"workspaces": [
Expand Down

0 comments on commit 557cdc7

Please sign in to comment.