This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"namedInputs": {
|
||||
"default": ["{projectRoot}/**/*", "{workspaceRoot}/ghost/tsconfig.json"]
|
||||
},
|
||||
"parallel": 4,
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": [
|
||||
{
|
||||
"env": "GHOST_CDN_URL"
|
||||
},
|
||||
"default",
|
||||
"^default"
|
||||
],
|
||||
"outputs": [
|
||||
"{projectRoot}/dist",
|
||||
"{projectRoot}/es",
|
||||
"{projectRoot}/types",
|
||||
"{projectRoot}/umd"
|
||||
],
|
||||
"cache": true
|
||||
},
|
||||
"lint": {
|
||||
"cache": true
|
||||
},
|
||||
"test": {
|
||||
"cache": true
|
||||
},
|
||||
"test:unit": {
|
||||
"cache": true,
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^dev"],
|
||||
"continuous": true
|
||||
}
|
||||
},
|
||||
"cacheDirectory": ".nxcache"
|
||||
}
|
||||
Reference in New Issue
Block a user