postinstall

This commit is contained in:
taskylizard 2023-11-04 22:47:04 +05:30
parent 934f6b1c32
commit d6cbec38e1
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -10,7 +10,8 @@
"api:dev": "nitropack dev", "api:dev": "nitropack dev",
"api:build": "nitropack build", "api:build": "nitropack build",
"api:preview": "node .output/server/index.mjs", "api:preview": "node .output/server/index.mjs",
"format": "prettier -w --cache ." "format": "prettier -w --cache .",
"postinstall": "nitropack prepare"
}, },
"dependencies": { "dependencies": {
"fast-glob": "^3.3.1", "fast-glob": "^3.3.1",