We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335287a commit a03ff58Copy full SHA for a03ff58
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "angular2-redux",
3
+ "main": "index.js",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
@@ -9,7 +10,7 @@
9
10
"lint": "ng lint",
11
"e2e": "ng e2e",
12
"commit": "git-cz",
- "semantic-release": "semantic-release pre && cat package.json && npm publish && semantic-release post"
13
+ "semantic-release": "semantic-release pre && ls -l dist && cp package.json dist && npm publish dist && semantic-release post"
14
},
15
"dependencies": {
16
"@angular/animations": "^6.0.0",
0 commit comments