Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed Oct 17, 2018
1 parent bb5bc06 commit ab4ae7b
Show file tree
Hide file tree
Showing 2 changed files with 3,494 additions and 48 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
"release": "semantic-release",
"test": "npm run unit",
"lint:fix": "eslint --ext .js,.vue Clock.vue test/unit/specs --fix"
},
Expand Down Expand Up @@ -74,6 +75,7 @@
"opn": "^4.0.2",
"ora": "^0.3.0",
"phantomjs-prebuilt": "^2.1.3",
"semantic-release": "^15.9.17",
"semver": "^5.3.0",
"shelljs": "^0.7.4",
"sinon": "^2.1.0",
Expand Down
Loading

0 comments on commit ab4ae7b

Please sign in to comment.