Skip to content

Commit a03ff58

Browse files
committed
fix: Fix publishing
1 parent 335287a commit a03ff58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "angular2-redux",
3+
"main": "index.js",
34
"scripts": {
45
"ng": "ng",
56
"start": "ng serve",
@@ -9,7 +10,7 @@
910
"lint": "ng lint",
1011
"e2e": "ng e2e",
1112
"commit": "git-cz",
12-
"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"
1314
},
1415
"dependencies": {
1516
"@angular/animations": "^6.0.0",

0 commit comments

Comments
 (0)