mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
ass missing generate command
This commit is contained in:
parent
fd55f4fb7f
commit
0a1ae3f4e3
2 changed files with 6 additions and 165 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prebuild": "node prebuild.js",
|
||||
"prestart": "node prebuild.js",
|
||||
"prebuild": "npm run proto:generate && node prebuild.js",
|
||||
"prestart": "npm run proto:generate && node prebuild.js",
|
||||
"build": "vite build",
|
||||
"start": "vite",
|
||||
"preview": "vite preview",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue