Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Oct 31, 2023
1 parent aab574c commit d098597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build && npx mcss render \".next/**/*.html\"",
"dev": "next dev",
"build": "next build && npx mcss render \".next/**/*.html\"",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
Expand Down

0 comments on commit d098597

Please sign in to comment.