package.json: añadir script build
This commit is contained in:
parent
3efb0e82f7
commit
36fcb30129
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"dev": "cd orig/ && vite"
|
||||
"dev": "cd orig/ && vite",
|
||||
"build": "cd orig/ && vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.4.16",
|
||||
|
|
Loading…
Reference in a new issue