Changed package.json
This commit is contained in:
parent
606c1648d9
commit
8daa90dac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue