mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-11 22:44:32 +00:00
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:
parent
4090a39fe2
commit
2d45a1ba55
@ -7,7 +7,7 @@
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "is-ci-cli test:ci test:local",
|
||||
"test": "exit 0",
|
||||
"test:local": "ng test",
|
||||
"test:ci": "ng test --watch=false --browsers=ChromeHeadless"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user