Skip to content

Commit

Permalink
chore: updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
timelytree committed Feb 29, 2024
1 parent 95a93a1 commit 406f220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"license": "Apache-2.0",
"scripts": {
"build": "node_modules/nuxi build",
"dev": "node_modules/nuxi dev --no-clear",
"generate": "node_modules/nuxi generate",
"preview": "node_modules/nuxi preview"
"build": "nuxi build",
"dev": "nuxi dev --no-clear",
"generate": "nuxi generate",
"preview": "nuxi preview"
},
"overrides": {
"vue": "latest"
Expand Down

0 comments on commit 406f220

Please sign in to comment.