Skip to content

Commit

Permalink
build: add nuxt scripts
Browse files Browse the repository at this point in the history
Add nuxt build, dev and start scripts.
  • Loading branch information
jojomatik committed Feb 8, 2024
1 parent 152c9d0 commit 19a6701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"configuration"
],
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "eslint . --max-warnings 0",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 19a6701

Please sign in to comment.