mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
postinstall
This commit is contained in:
parent
934f6b1c32
commit
d6cbec38e1
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue