Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CSBigCaptain committed Sep 12, 2024
1 parent a75aa14 commit b4112c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"type": "module",
"scripts": {
"build": "cross-env PATH_TYPE=production nuxt build",
"gray": "cross-env PATH_TYPE=gray nuxt build",
"gray": "cross-env PATH_TYPE=gray nuxt generate",
"dev": "nuxt dev",
"generate": "nuxt generate",
"generate": "cross-env PATH_TYPE=production nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
Expand Down

0 comments on commit b4112c0

Please sign in to comment.