chore: add "dev" npm script
This commit is contained in:
parent
5ebd4dad08
commit
6b1d84eb35
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm && pnpm -F @mcflyjs/core build && pnpm -F @mcflyjs/config build",
|
||||
"start": "pnpm run site",
|
||||
"dev": "pnpm run site",
|
||||
"site": "pnpm -F @mcflyjs/core run build && pnpm -F @mcflyjs/config run build && pnpm --filter site start",
|
||||
"build": "pnpm -F './packages/**' build",
|
||||
"build:site": "pnpm -F site build",
|
||||
|
|
Loading…
Reference in a new issue