Better package script

This commit is contained in:
Matthew Ross 2020-06-01 14:22:29 -04:00
parent fdc50de1df
commit a456ff978d

View File

@ -43,7 +43,7 @@
"test:watch": "ng test --code-coverage --watch",
"lint": "ng lint",
"postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../",
"package": "zip -qr TaskBoard_v$npm_package_version.zip dist/"
"package": "7z a TaskBoard_v$npm_package_version.zip ./dist/{*,.[!.]*}"
},
"husky": {
"hooks": {