Skip to content

Commit

Permalink
ci: rebuild react and express
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Apr 8, 2024
1 parent 8b9348b commit 2b8ec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start-react": "react-scripts start",
"build-react": "react-scripts --openssl-legacy-provider build",
"test": "yarn build-react && tsc --project tsconfig.server.json && jest --coverage --watchAll=false",
"gcp-build": "react-scripts --openssl-legacy-provider build && tsc --project tsconfig.server.json",
"gcp-build": "yarn build-react && tsc --project tsconfig.server.json",
"lint-fix": "node_modules/.bin/eslint . --fix",
"lint": "yarn eslint .",
"dev": "concurrently --kill-others-on-fail \"yarn start-server\" \"yarn start-react\""
Expand Down

0 comments on commit 2b8ec3d

Please sign in to comment.