We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513ebb1 commit 3b820eaCopy full SHA for 3b820ea
package.json
@@ -17,7 +17,7 @@
17
"generateDistPackageJson": "node .scripts/generatePackageJson.js",
18
"build": "npm run clean && npm run transpile && npm run package && npm run minify && npm run generateDistPackageJson",
19
"commit": "git-cz",
20
- "semantic-release": "npm run build && cd dist && semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "semantic-release pre && npm run build && npm publish dist && semantic-release post"
21
},
22
"dependencies": {
23
"@angular/core": "^2.0.0",
0 commit comments