Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 61dbf32

Browse files
committed
fix(release): re-introduce semantic-release
1 parent b8aec17 commit 61dbf32

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
@@ -28,7 +28,7 @@
2828
"test:unit": "cross-env BABEL_ENV=test karma start test/karma.conf.js",
2929
"gh-pages": "npm run build && rimraf ./gh-pages && mkdirp ./gh-pages/examples mkdirp ./gh-pages/dist && ncp ./examples ./gh-pages/examples && ncp ./dist ./gh-pages/dist",
3030
"gh-pages-publish": "gh-pages -d gh-pages",
31-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
31+
"semantic-release": "semantic-release",
3232
"coveralls": "cat ./test/coverage/lcov.info | coveralls",
3333
"test:types": "tsc -p typings",
3434
"docs:dev": "vuepress dev docs --temp .temp",

0 commit comments

Comments
 (0)