Skip to content

Commit 2815983

Browse files
committed
fix(publish): fix npm package publish failing
1 parent 102bde0 commit 2815983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "eslint src",
2828
"report-coverage": "codecov",
2929
"build": "rm -rf lib && babel ./src --out-dir ./lib --ignore '**/__tests__/**,**/node_modules/**'",
30-
"semantic-release": "semantic-release pre && yarn publish && semantic-release post",
30+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
3131
"commit": "git-cz",
3232
"precommit": "yarn run test"
3333
},

0 commit comments

Comments
 (0)