Skip to content

Commit

Permalink
recompile react and express
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Apr 8, 2024
1 parent ed5e76b commit 8b9348b
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 @@ -8,7 +8,7 @@
"start-server": "tsc --project tsconfig.server.json && node ./dist/index.js | pino-pretty -c -t",
"start-react": "react-scripts start",
"build-react": "react-scripts --openssl-legacy-provider build",
"test": "jest --coverage --watchAll=false",
"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",
"lint-fix": "node_modules/.bin/eslint . --fix",
"lint": "yarn eslint .",
Expand Down

0 comments on commit 8b9348b

Please sign in to comment.