chore: add npm dev script
This commit is contained in:
parent
a281017d63
commit
d41affd709
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"start": "npx simple-server .",
|
"start": "npx simple-server .",
|
||||||
|
"dev": "npm start",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"demo": "npx simple-server .",
|
"demo": "npx simple-server .",
|
||||||
"site": "pnpm --filter site start",
|
"site": "pnpm --filter site start",
|
||||||
|
|
Loading…
Reference in a new issue