Skip to content

Commit e2dade2

Browse files
committed
fix build
1 parent dbaeb10 commit e2dade2

File tree

2 files changed

+82
-489
lines changed

2 files changed

+82
-489
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"license": "MIT",
1010
"version": "0.0.1",
1111
"scripts": {
12-
"start": "react-scripts start",
13-
"build": "react-scripts build",
14-
"test": "react-scripts test",
12+
"start": "react-scripts --openssl-legacy-provider start",
13+
"build": "react-scripts --openssl-legacy-provider build",
14+
"test": "react-scripts --openssl-legacy-provider test",
1515
"typecheck": "tsc --noEmit --skipLibCheck",
1616
"analyze": "source-map-explorer 'build/static/js/*.js'",
1717
"lint": "eslint --ignore-path .gitignore src --ext ts --ext tsx --ext js --ext jsx",
@@ -58,10 +58,10 @@
5858
"eslint-plugin-simple-import-sort": "^5.0.0",
5959
"eslint-plugin-strict-booleans": "^1.0.0",
6060
"husky": "^4.2.5",
61-
"node-sass": "^4.14.0",
6261
"prettier": "^2.0.5",
6362
"pretty-quick": "^2.0.1",
6463
"react-hot-loader": "^4.12.21",
64+
"sass": "^1.69.5",
6565
"source-map-explorer": "^2.5.2",
6666
"typescript": "^4.0.5"
6767
},

0 commit comments

Comments
 (0)