Skip to content

Commit

Permalink
chore(playground): ensure css is built before remix build (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Apr 28, 2024
1 parent 8a81644 commit dfc8f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/package.json
Expand Up @@ -3,7 +3,8 @@
"private": true,
"sideEffects": false,
"scripts": {
"start": "pnpm run \"/^build:.*/\" && remix-serve build",
"start": "pnpm run build && remix-serve build",
"build": "pnpm run build:style && pnpm run build:remix",
"build:style": "cross-env NODE_ENV=production tailwindcss -i ./styles.css -o ./app/styles.css --minify",
"build:remix": "remix build",
"dev": "pnpm run \"/^dev:.*/\"",
Expand Down

0 comments on commit dfc8f73

Please sign in to comment.