Fix the packaging script

This commit is contained in:
Olivier 'reivilibre' 2021-08-15 16:32:47 +01:00
parent 05b0c8c29e
commit ba5ead445b

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": "7z a TaskBoardRei_v$npm_package_version.zip ./dist/{*,.[!.]*}"
"package": "bash -c '7z a TaskBoardRei_v'$npm_package_version'.zip ./dist/{*,.[!.]*}'"
},
"husky": {
"hooks": {