Skip to content

Commit

Permalink
build: edit publish cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Apr 7, 2023
1 parent 0662e42 commit 9cd77c1
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 @@ -25,7 +25,7 @@
"dev": "webpack serve --config config/webpack.dev.js",
"build": "cross-env ENTRY=dev webpack --config config/webpack.build.js",
"prod": "webpack --config config/webpack.prod.js && cross-env TARGET=module webpack --config config/webpack.prod.js",
"publish": "npm run prod & npm publish"
"publish": "npm run prod & npm publish --access=public"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit 9cd77c1

Please sign in to comment.