Changed package.json

This commit is contained in:
Ceferino Patino 2022-03-26 20:21:02 -05:00
commit 8daa90dac5

View file

@ -10,7 +10,7 @@
"test": "npm run build && npm run server",
"install-all": "npm ci && npm ci --prefix client && npm ci --prefix server",
"env": "cp .env ./server/.env && cp .env ./client/.env",
"package": "tar --exclude='./.git' --exclude='./client/.git' --exclude='./server/git' -czvf ./dist.tar.gz .",
"package": "tar -czf ./dist.tar.gz ./server ./client ./node_modules .env .gitignore LICENSE package-lock.json package.json README.md",
"dist": "npm run install-all && npm run build && npm run package"
},
"author": "C4 Patino",