Skip to content

Commit

Permalink
fix: fixing semantic-release after rewrite (#149)
Browse files Browse the repository at this point in the history
broke the release when copying changes back over from the pull request to mini-css
  • Loading branch information
ScriptedAlchemy committed Mar 5, 2019
1 parent fd6d288 commit a522101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit a522101

Please sign in to comment.