mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 16:54:25 -05:00
Rename npm task (#897)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
5095504764
commit
e4210ae568
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "PORT=3001 craco start",
|
"start": "PORT=3001 craco start",
|
||||||
"start:dev": "REACT_APP_BACKEND=http://localhost:3000 yarn start",
|
"start:for-real-backend": "REACT_APP_BACKEND=http://localhost:3000 yarn start",
|
||||||
"build:serve": "http-server build/ -s -p 3001 -P \"http://127.0.0.1:3001?\"",
|
"build:serve": "http-server build/ -s -p 3001 -P \"http://127.0.0.1:3001?\"",
|
||||||
"build": "craco build",
|
"build": "craco build",
|
||||||
"analyze": "cross-env ANALYZE=true craco build",
|
"analyze": "cross-env ANALYZE=true craco build",
|
||||||
|
|
Loading…
Reference in a new issue