Skip to content

Commit 0472633

Browse files
committed
Remove outdated scripts
1 parent 393c06f commit 0472633

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@
2525
},
2626
"scripts": {
2727
"start": "craco start",
28-
"start:legacy": "env-cmd -f .env.legacy craco start",
29-
"start:staging-proxy": "env-cmd -f .env.staging-proxy craco start",
3028
"build": "craco build",
3129
"build:development": "env-cmd -f .env.development craco build",
3230
"build:staging": "env-cmd -f .env.staging craco build",
3331
"build:production": "env-cmd -f .env.production craco build",
3432
"test": "craco test",
3533
"eject": "react-scripts eject",
36-
"cors-proxy:staging": "lcp --proxyUrl https://lighthouse01.uni-kiel.de --proxyPartial '' --credentials --origin http://localhost:4000",
37-
"cors-proxy:legacy": "lcp --proxyUrl https://lighthouse.uni-kiel.de --proxyPartial '' --credentials --origin http://localhost:4000",
38-
"regenerate-api-types": "swagger-typescript-api -p https://lighthouse01.uni-kiel.de/api/swagger/doc.json -o src/contexts/api/auth -n generated.ts",
34+
"regenerate-api-types": "swagger-typescript-api -p https://lighthouse.uni-kiel.de/api/swagger/doc.json -o src/contexts/api/auth -n generated.ts",
3935
"update-browserslist": "npx update-browserslist-db@latest"
4036
},
4137
"eslintConfig": {

0 commit comments

Comments
 (0)