Skip to content

Commit

Permalink
chore: update script name
Browse files Browse the repository at this point in the history
  • Loading branch information
movpushmov committed Jan 6, 2025
1 parent a5ab240 commit 6728696
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 @@ -38,7 +38,7 @@
"update-deps": "lerna exec npm install",
"build": "lerna run build && npm run update-deps",
"test": "lerna run test",
"publish:force": "lerna publish",
"publish": "lerna publish",
"publish:canary": "npm run build && lerna publish --canary --preid dev --npm-tag next --no-git-tag-version"
},
"husky": {
Expand Down

0 comments on commit 6728696

Please sign in to comment.