Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 5, 2023
1 parent 97fa0f9 commit 3f2e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "cd ../ && pnpm build && cd website && next build && npx mcss render \".next/**/*.html\"",
"build": "cd ../ && pnpm build && cd website && next build && pnpm exec mcss render \".next/**/*.html\"",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
Expand Down

0 comments on commit 3f2e3a9

Please sign in to comment.