mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
added neccessary env
This commit is contained in:
@@ -25,13 +25,10 @@
|
||||
"start": "react-scripts start",
|
||||
"start:pro": "set REACT_APP_ENABLE_PRO=true&& react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"build:community": "react-scripts build",
|
||||
"build:commercial": "set REACT_APP_ENABLE_PRO=true && react-scripts build",
|
||||
"build:commercial": "set REACT_APP_ENABLE_PRO=true&& react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"type-check": "tsc --noEmit",
|
||||
"dev": "react-scripts start",
|
||||
"dev:pro": "set REACT_APP_ENABLE_PRO=true && react-scripts start"
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@@ -55,4 +52,4 @@
|
||||
"http-proxy-middleware": "^3.0.5",
|
||||
"react-scripts": "^5.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user