feat(site, templates): add mcfly prepare script
This commit is contained in:
parent
4ac710ca69
commit
24ffd3f9e2
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"start": "nitropack dev",
|
||||
"prepare": "nitropack prepare",
|
||||
"prepare": "nitropack prepare && mcfly prepare",
|
||||
"dev": "nitropack dev",
|
||||
"build": "nitropack build",
|
||||
"preview": "node .output/server/index.mjs",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"description": "McFly starter project; see more on https://ayco.io/gh/McFly",
|
||||
"scripts": {
|
||||
"start": "nitropack dev",
|
||||
"prepare": "nitropack prepare",
|
||||
"prepare": "nitropack prepare && mcfly prepare",
|
||||
"dev": "nitropack dev",
|
||||
"build": "nitropack build",
|
||||
"preview": "node .output/server/index.mjs"
|
||||
|
|
Loading…
Reference in a new issue