Skip to content

Commit

Permalink
fix publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 10, 2024
1 parent 2127774 commit f4e69f8
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 @@ -6,7 +6,7 @@
],
"scripts":{
"build": "lerna run build",
"publish": "lerna publish --no-private from-package",
"publish": "lerna publish --no-private -y from-package",
"test": "lerna run test"
},
"dependencies": {},
Expand Down

0 comments on commit f4e69f8

Please sign in to comment.