Skip to content

Commit 390086a

Browse files
committed
Fix release script
1 parent bd82eab commit 390086a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:storybook": "build-storybook",
2020
"release:check": "run-s lint type:check test",
2121
"release:test": "npm publish --dry-run",
22-
"release": "run-s release:check release:test build np",
22+
"release": "run-s release:check release:test build && np",
2323
"size": "size-limit",
2424
"prepare": "husky install"
2525
},

0 commit comments

Comments
 (0)