Skip to content

Commit 6aba023

Browse files
committed
fix: fix versioning and publishing
1 parent a03ff58 commit 6aba023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "angular2-redux",
3-
"main": "index.js",
43
"scripts": {
54
"ng": "ng",
65
"start": "ng serve",
@@ -10,7 +9,7 @@
109
"lint": "ng lint",
1110
"e2e": "ng e2e",
1211
"commit": "git-cz",
13-
"semantic-release": "semantic-release pre && ls -l dist && cp package.json dist && npm publish dist && semantic-release post"
12+
"semantic-release": "semantic-release pre && cp package.json dist && npm publish dist && semantic-release post"
1413
},
1514
"dependencies": {
1615
"@angular/animations": "^6.0.0",

0 commit comments

Comments
 (0)