1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Cache check:types

This commit is contained in:
Adria Navarro 2023-08-01 14:25:52 +02:00
parent 0687109224
commit dc36829f7a
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test"],
"cacheableOperations": ["build", "test", "check:types"],
"accessToken": "MmM4OGYxNzItMDBlYy00ZmE3LTk4MTYtNmJhYWMyZjBjZTUyfHJlYWQ="
}
}

View file

@ -36,7 +36,7 @@
"bootstrap": "./scripts/link-dependencies.sh && echo '***BOOTSTRAP ONLY REQUIRED FOR USE WITH ACCOUNT PORTAL***'",
"build": "yarn nx run-many -t=build",
"build:dev": "lerna run --stream prebuild && yarn nx run-many --target=build --output-style=dynamic --watch --preserveWatchOutput",
"check:types": "lerna run check:types --skip-nx-cache",
"check:types": "lerna run check:types",
"backend:bootstrap": "./scripts/scopeBackend.sh && yarn run bootstrap",
"backend:build": "./scripts/scopeBackend.sh 'lerna run --stream build'",
"build:sdk": "lerna run --stream build:sdk",

@ -1 +1 @@
Subproject commit 879c62c25f2c9772b624733901534b9adbf80a6b
Subproject commit 06789ccbb280e7f6aef522d974f6013124de9215