Skip to content

Commit ba7aa16

Browse files
committed
chore: add release command
1 parent 14f4585 commit ba7aa16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "rollup --config",
99
"lint": "eslint src/**",
1010
"prerelease": "yarn prettier:check && yarn test && yarn build && yarn size",
11-
"release": "standard-version --dry-run -a",
11+
"release": "standard-version -a",
12+
"release:dry": "standard-version --dry-run -a",
1213
"size": "size-limit",
1314
"prettier:check": "prettier --check 'src/**/*.{js,mdx}'",
1415
"test": "jest"

0 commit comments

Comments
 (0)