Skip to content

Commit e0f2031

Browse files
committed
Update build script script
1 parent d8378e3 commit e0f2031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"scripts": {
2121
"start": "yarn run build:css && react-scripts start",
22-
"build": "yarn run build:css && react-scripts build",
22+
"build": "yarn run react-scripts build",
2323
"test": "react-scripts test",
2424
"eject": "react-scripts eject",
2525
"build:css": "postcss src/css/tailwind.css -o src/css/main.css"

0 commit comments

Comments
 (0)