Added dist script

This commit is contained in:
Ceferino Patino 2022-03-19 22:56:50 -05:00
commit a545c0ff3e

View file

@ -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",