Skip to content

Commit

Permalink
feat(testing): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenbearkin committed Mar 9, 2017
1 parent eaded41 commit 6cb3b3e
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 @@ -12,7 +12,7 @@
"build": "rimraf dist && tsc -p tsconfig-esm.json && rollup -c rollup.config.js dist/index.js > dist/signature-v4.bundle.js && cp package.json dist && ts-node tools/cleanup.ts && cp README.md dist",
"lint": "tslint -c tslint.json lib/**/*.ts test/**/*.ts",
"commit": "git-cz",
"semantic-release": "semantic-release pre && yarn build && yarn publish && semantic-release post"
"semantic-release": "semantic-release pre && yarn build && npm publish && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6cb3b3e

Please sign in to comment.