Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
| 25 | "scripts": { | 25 | "scripts": { |
| 26 | "start": "npm run twcss && set PORT=3001 && react-scripts start", | 26 | "start": "npm run twcss && set PORT=3001 && react-scripts start", |
| 27 | "build": "npm run twcss && react-scripts build", | 27 | "build": "npm run twcss && react-scripts build", |
| 28 | + "onlybuild": "react-scripts build", | ||
| 28 | "test": "react-scripts test", | 29 | "test": "react-scripts test", |
| 29 | "eject": "react-scripts eject", | 30 | "eject": "react-scripts eject", |
| 30 | "twcss": "tailwind build src/tailwind.css -c tailwind.config.js -o src/index.css" | 31 | "twcss": "tailwind build src/tailwind.css -c tailwind.config.js -o src/index.css" | ... | ... |
-
Please register or login to post a comment