Updated package.json

This commit is contained in:
Ceferino Patino 2022-03-26 20:47:57 -05:00
commit bab5e63d4d

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 -czf ./dist.tar.gz ./server ./client ./node_modules .env .gitignore LICENSE package-lock.json package.json README.md",
"package": "tar -czf ./dist.tar.gz ./.github ./.vscode ./client ./node_modules ./server .env .gitignore LICENSE package-lock.json package.json README.md",
"dist": "npm run install-all && npm run build && npm run package"
},
"author": "C4 Patino",