Fix the packaging script
This commit is contained in:
parent
05b0c8c29e
commit
ba5ead445b
@ -43,7 +43,7 @@
|
|||||||
"test:watch": "ng test --code-coverage --watch",
|
"test:watch": "ng test --code-coverage --watch",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../",
|
"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": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
Reference in New Issue
Block a user