Skip to content

Commit ab4ae7b

Browse files
committed
chore: add release script
1 parent bb5bc06 commit ab4ae7b

File tree

2 files changed

+3494
-48
lines changed

2 files changed

+3494
-48
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dev": "node build/dev-server.js",
99
"build": "node build/build.js",
1010
"unit": "karma start test/unit/karma.conf.js --single-run",
11+
"release": "semantic-release",
1112
"test": "npm run unit",
1213
"lint:fix": "eslint --ext .js,.vue Clock.vue test/unit/specs --fix"
1314
},
@@ -74,6 +75,7 @@
7475
"opn": "^4.0.2",
7576
"ora": "^0.3.0",
7677
"phantomjs-prebuilt": "^2.1.3",
78+
"semantic-release": "^15.9.17",
7779
"semver": "^5.3.0",
7880
"shelljs": "^0.7.4",
7981
"sinon": "^2.1.0",

0 commit comments

Comments
 (0)