chore: package json test script fix
Build / Build-and-ng-test (pull_request) Failing after 1m3s Details

This commit is contained in:
Mihajlo Medjedovic 2024-04-12 13:53:35 +02:00
parent dc2c8da92b
commit b67c2be968
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"deploy_sasjs": "rsync -avhe ssh ./dist/* --delete root@${npm_config_account}.4gl.io:/var/www/html/dc/dev",
"viyabuild": "cd build; ./viyabuild.sh",
"lint": "cd .. && npm run lint",
"test": "ng test",
"test": "npx ng test",
"test:headless": "ng test --browsers ChromeHeadless",
"watch": "ng test watch=true",
"pree2e": "webdriver-manager update",