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": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"start": "npx simple-server .",
|
||||
"dev": "npm start",
|
||||
"test": "vitest",
|
||||
"demo": "npx simple-server .",
|
||||
"site": "pnpm --filter site start",
|
||||
|
|
Loading…
Reference in a new issue