Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Fix publish script on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lourenci committed Feb 9, 2020
1 parent 54e236e commit 38dd464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"scripts": {
"build": "rm -rf dist/ && NODE_ENV=production webpack --config webpack.prod.js",
"build:publish": "rm -rf dist/ && NODE_ENV=production webpack --config webpack.prod.js && yarn publish --access public",
"prepublishOnly": "rm -rf dist/ && NODE_ENV=production webpack --config webpack.prod.js",
"server": "webpack-dev-server --config webpack.dev.js",
"test": "jest",
"jest:watch": "jest --no-coverage --watch --runInBand --notify --notifyMode always",
Expand Down

0 comments on commit 38dd464

Please sign in to comment.