Skip to content

Commit

Permalink
Merge pull request #220 from halfzebra/fix-release
Browse files Browse the repository at this point in the history
ci: Fix the release script
  • Loading branch information
halfzebra authored Dec 29, 2017
2 parents 8ce3dfd + ef448b3 commit b9ed47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"cz": "git-cz",
"eslint": "eslint .",
"prettier": "prettier --write --single-quote '{bin,config,scripts,template/src,tests}/**/*.js'",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"test": "npm run test:cli && npm run test:functional",
"test:cli": "mocha tests/cliAccessibility.js --reporter spec --timeout 15000",
"test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000"
Expand Down

0 comments on commit b9ed47d

Please sign in to comment.