Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Nov 13, 2023
1 parent dbaeb10 commit b28e57b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 489 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"version": "0.0.1",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts --openssl-legacy-provider test",
"typecheck": "tsc --noEmit --skipLibCheck",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"lint": "eslint --ignore-path .gitignore src --ext ts --ext tsx --ext js --ext jsx",
Expand Down Expand Up @@ -58,10 +58,10 @@
"eslint-plugin-simple-import-sort": "^5.0.0",
"eslint-plugin-strict-booleans": "^1.0.0",
"husky": "^4.2.5",
"node-sass": "^4.14.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"react-hot-loader": "^4.12.21",
"sass": "^1.69.5",
"source-map-explorer": "^2.5.2",
"typescript": "^4.0.5"
},
Expand Down
Loading

0 comments on commit b28e57b

Please sign in to comment.