mirror of https://github.com/waku-org/js-waku.git
chore: cache lerna actions
This commit is contained in:
parent
670816049a
commit
6a98998ae8
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"tasksRunnerOptions": {
|
||||
"default": {
|
||||
"runner": "nx/tasks-runners/default",
|
||||
"options": {
|
||||
"cacheableOperations": [
|
||||
"build",
|
||||
"build:esm",
|
||||
"build:bundle",
|
||||
"fix",
|
||||
"fix:prettier",
|
||||
"fix:lint",
|
||||
"check",
|
||||
"check:lint",
|
||||
"check:prettier",
|
||||
"check:spelling",
|
||||
"check:tsc",
|
||||
"test",
|
||||
"test:node",
|
||||
"test:browser",
|
||||
"proto"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["{projectRoot}/dist, {projectRoot}/bundle"]
|
||||
},
|
||||
"build:esm": {
|
||||
"dependsOn": ["^build:esm"],
|
||||
"outputs": ["{projectRoot}/dist"]
|
||||
},
|
||||
"build:bundle": {
|
||||
"dependsOn": ["^build:bundle"],
|
||||
"outputs": ["{projectRoot}/bundle"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue