Added dist script
This commit is contained in:
parent
e4cf695304
commit
a545c0ff3e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"test": "npm run build && npm run server",
|
||||
"install-all": "npm i && npm i --prefix client && npm i --prefix server",
|
||||
"env": "cp .env ./server/.env && cp .env ./client/.env",
|
||||
"dist": "npm run install-all && npm run build"
|
||||
"dist": "npm run install-all && npm run build && tar -czvf ../dist.tar.gz ../"
|
||||
},
|
||||
"author": "C4 Patino",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
Reference in a new issue