From a522101a4ab8d96d2458485503b1fee2e7435f5c Mon Sep 17 00:00:00 2001 From: Zack Jackson Date: Mon, 4 Mar 2019 22:03:33 -0800 Subject: [PATCH] fix: fixing semantic-release after rewrite (#149) broke the release when copying changes back over from the pull request to mini-css --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b8b81c4..892c0eda 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,6 @@ "lint-staged": "lint-staged", "prebuild": "npm run clean", "prepublish": "npm run build", - "release": "standard-version", - "release:ci": "conventional-github-releaser -p angular", "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)", "security": "npm audit", "test": "jest", @@ -56,7 +54,9 @@ "ci:lint": "npm run lint && npm run security", "ci:test": "npm run test -- --runInBand", "ci:coverage": "npm run test:coverage -- --runInBand", - "defaults": "webpack-defaults" + "defaults": "webpack-defaults", + "semantic-release": "npx semantic-release", + "travis": "npm run ci:coverage" }, "files": [ "dist"