Skip to content

Commit 4906a99

Browse files
committed
Update package json
1 parent 9a4f4e5 commit 4906a99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
},
2121
"scripts": {
2222
"start": "react-scripts --openssl-legacy-provider start",
23-
"build": "yarn run react-scripts build",
23+
"build": "react-scripts --openssl-legacy-provider build",
2424
"test": "react-scripts test",
2525
"eject": "react-scripts eject",
2626
"build:css": "postcss src/css/tailwind.css -o src/css/main.css"
27+
2728
},
2829
"eslintConfig": {
2930
"extends": [

0 commit comments

Comments
 (0)