Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 2, 2024
1 parent e433b46 commit 0bfade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"build": "nuxt generate",
"clean": "rm -rf ./build",
"test": "npm run lint",
"lint:js": "eslint .",
Expand Down

0 comments on commit 0bfade9

Please sign in to comment.