Skip to content

Commit 4730221

Browse files
update npm commands
1 parent 70284e3 commit 4730221

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
@@ -65,7 +65,7 @@
6565
"scripts": {
6666
"analyze": "source-map-explorer 'build/static/js/*.js'",
6767
"start": "rsbuild dev",
68-
"dev": "DISABLE_ESLINT_PLUGIN=true TSC_COMPILE_ON_ERROR=true REACT_APP_BACKEND=http://localhost:8765 REACT_APP_META_BACKEND=undefined rsbuild dev",
68+
"dev": "DISABLE_ESLINT_PLUGIN=true TSC_COMPILE_ON_ERROR=true REACT_APP_BACKEND=http://localhost:8765 REACT_APP_META_BACKEND=undefined npm run start",
6969
"build": "rm -rf build && DISABLE_ESLINT_PLUGIN=true CI=true rsbuild build",
7070
"build:embedded": "GENERATE_SOURCEMAP=false REACT_APP_BACKEND=http://localhost:8765 REACT_APP_META_BACKEND=undefined npm run build",
7171
"build:embedded-mc": "GENERATE_SOURCEMAP=false REACT_APP_BACKEND= REACT_APP_META_BACKEND= npm run build",

0 commit comments

Comments
 (0)