Bug 32030: Move cypress to t - fix build_js/watch_js

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Pedro Amorim 2022-11-04 10:19:44 -01:00 committed by Tomas Cohen Arazi
parent 4f1f8bb4ea
commit 4129da4d26
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -2,5 +2,5 @@
"compilerOptions": {
"resolveJsonModule": true
},
"exclude": ["./cypress"]
"exclude": ["./t/cypress"]
}