Skip to content

Commit f622334

Browse files
committed
fix: change build commands to nuxi bin
1 parent e3c92f7 commit f622334

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@data-preservation-programs/singularity-website",
33
"version": "1.0.0",
4-
"description": "Get a Nuxt 3 site up and running fast 🚀",
4+
"description": "Static marketing site for Singularity",
55
"author": {
66
"name": "Agency Undone",
77
"email": "[email protected]"
@@ -12,11 +12,11 @@
1212
},
1313
"license": "Apache-2.0",
1414
"scripts": {
15-
"build": "nuxt build",
16-
"dev": "nuxt dev --no-clear",
17-
"generate": "nuxt generate",
18-
"preview": "nuxt preview",
19-
"postinstall": "nuxt prepare"
15+
"build": "nuxi build",
16+
"dev": "nuxi dev --no-clear",
17+
"generate": "nuxi generate",
18+
"preview": "nuxi preview",
19+
"postinstall": "nuxi prepare"
2020
},
2121
"overrides": {
2222
"vue": "latest"

0 commit comments

Comments
 (0)