Skip to content

Commit 172ea1e

Browse files
committed
chore: update package
1 parent d9f3b11 commit 172ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"start": "npm run build && lerna exec --scope example npm run start",
3737
"build": "export NODE_ENV=production && lerna exec --parallel --ignore 'example' -- babel src -d dist --copy-files",
3838
"lint": "export NODE_ENV=development && lint-staged",
39-
"release": "npm run build && lerna publish --force-publish --no-private --canary patch",
39+
"release": "npm run build && lerna publish --force-publish --no-private",
4040
"prepare": "husky"
4141
},
4242
"lint-staged": {

0 commit comments

Comments
 (0)