Skip to content

Commit 2c8b26e

Browse files
bump
1 parent 6fab697 commit 2c8b26e

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
@@ -18,7 +18,8 @@
1818
"test": "jest --passWithNoTests",
1919
"test:watch": "jest --watch",
2020
"test:cov": "jest --coverage",
21-
"ci-test": "yarn install && release-it -c .release-it.ci.json && yarn test && yarn prebuild",
21+
"bump": "release-it -c .release-it.ci.json --ci --patch",
22+
"ci-test": "yarn install && yarn bump && yarn test && yarn prebuild",
2223
"release": "yarn run release-it --patch --ci"
2324
},
2425
"engines": {

0 commit comments

Comments
 (0)