Skip to content

Commit 0267717

Browse files
committed
might as well use build-public in publish
1 parent 8518389 commit 0267717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"start": "webpack-dev-server --config webpack.dev.js --mode development",
1717
"build": "webpack --config webpack.prod.js --mode production",
1818
"build-public": "webpack --config webpack.public.js --mode production",
19-
"publish": "webpack --config webpack.public.js --mode production && node utils/github-publish"
19+
"publish": "npm run build-public && node utils/github-publish"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)