We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4f4e5 commit 4906a99Copy full SHA for 4906a99
package.json
@@ -20,10 +20,11 @@
20
},
21
"scripts": {
22
"start": "react-scripts --openssl-legacy-provider start",
23
- "build": "yarn run react-scripts build",
+ "build": "react-scripts --openssl-legacy-provider build",
24
"test": "react-scripts test",
25
"eject": "react-scripts eject",
26
"build:css": "postcss src/css/tailwind.css -o src/css/main.css"
27
+
28
29
"eslintConfig": {
30
"extends": [
0 commit comments