fix: formatting for ci yaml

This commit is contained in:
Brian Pooe 2023-06-03 19:17:33 +02:00
parent 711300f8d8
commit e4d13da01c
2 changed files with 29 additions and 21 deletions

View file

@ -27,6 +27,6 @@ jobs:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
number-of-agents: 3

View file

@ -1,22 +1,30 @@
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@bp-devtools/ns-paystack": ["libs/ns-paystack/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": [
"es2020",
"dom"
],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@bp-devtools/ns-paystack": [
"libs/ns-paystack/src/index.ts"
]
}
},
"exclude": [
"node_modules",
"tmp"
]
}