Skip to content

Commit

Permalink
fix(release): fix publish path to ./dist
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenbearkin committed Mar 9, 2017
1 parent 8e22a3c commit 3e8f9b5
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 && npm publish dist && semantic-release post"
"semantic-release": "semantic-release pre && npm publish ./dist && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e8f9b5

Please sign in to comment.