1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Updade nightly command

This commit is contained in:
Pedro Silva 2023-03-26 18:03:17 +01:00
parent 46381c381d
commit 077e722862

View file

@ -21,7 +21,7 @@
"api:test:ci": "start-server-and-test api:server:setup:ci http://localhost:4100/builder test",
"api:test": "start-server-and-test api:server:setup http://localhost:4100/builder test",
"api:test:local": "env-cmd jest --runInBand --testPathIgnorePatterns=\\\"\\/dataSources\\/\\\"",
"api:test:local:withDataSources": "env-cmd jest --runInBand"
"api:test:withDataSources": "env-cmd jest --runInBand"
},
"jest": {
"preset": "ts-jest",