Skip to content

Commit 6ca48eb

Browse files
fix: build
1 parent 2864a09 commit 6ca48eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"server:cli": "node cli/index.cli.js -e example-project/src-client/index.js -d example-project/src-client/",
1717
"server-debug": "nodemon --inspect src/index.dev.js",
1818
"clean": "rm -rf build",
19-
"babel-compile-standalone": "babel src/public/js -d build --config-file ./src/public/babel.config.js --copy-files",
2019
"webpack-compile-local": "cd src/public && webpack --config webpack.local.js --progress",
21-
"build": "yarn clean && yarn babel-compile-standalone && yarn webpack-compile-local",
20+
"build": "yarn clean && yarn webpack-compile-local",
2221
"pretty": "prettier --write \"./src/public/js/**/*.js\""
2322
},
2423
"bin": {

0 commit comments

Comments
 (0)