postinstall

This commit is contained in:
taskylizard
2023-11-04 22:47:04 +05:30
parent 934f6b1c32
commit d6cbec38e1

View File

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