ci(angular): disable tests

Tests are nice to have for an examples and the current tests do not do much.
This commit is contained in:
fryorcraken.eth 2022-09-05 09:49:08 +10:00
parent 4090a39fe2
commit 2d45a1ba55
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "is-ci-cli test:ci test:local", "test": "exit 0",
"test:local": "ng test", "test:local": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadless" "test:ci": "ng test --watch=false --browsers=ChromeHeadless"
}, },