Skip to content

Commit 87006ed

Browse files
remove release-it for now
1 parent dc431d9 commit 87006ed

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
@@ -18,7 +18,7 @@
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+
"ci-test": "yarn install && yarn test && yarn prebuild",
2222
"release": "yarn run release-it --patch --ci"
2323
},
2424
"engines": {

0 commit comments

Comments
 (0)