Skip to content

Commit

Permalink
fix: lerna publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Jul 18, 2023
1 parent 6117b4c commit 342929e
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 @@ -18,7 +18,7 @@
"clean:dist": "lerna exec -- npx rimraf dist && npx rimraf dist",
"build": "npm run clean:dist && lerna run build",
"version": "lerna version --no-private",
"publish": "npm run build && lerna publish --no-private",
"publish": "npm run build && lerna publish from-git --no-private --yes",
"doc": "typedoc",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
Expand Down

0 comments on commit 342929e

Please sign in to comment.