Skip to content

Commit

Permalink
feat: brand spanking new project.json
Browse files Browse the repository at this point in the history
now way something will go wrong righT
  • Loading branch information
tefkah committed Mar 9, 2023
1 parent 71d53a9 commit 32e19eb
Show file tree
Hide file tree
Showing 51 changed files with 60 additions and 58 deletions.
2 changes: 1 addition & 1 deletion libs/ast-stringify/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ast-stringify/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/citations/apa-parser/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/apa-parser/src",
Expand Down
8 changes: 6 additions & 2 deletions libs/citations/crossref-json/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/crossref-json/src",
Expand Down Expand Up @@ -55,7 +55,11 @@
"options": {
"preset": "conventional",
"trackDeps": true,
"postTargets": ["crossref-json:npm", "crossref-json:github", "crossref-json:github-standalone"]
"postTargets": [
"crossref-json:npm",
"crossref-json:github",
"crossref-json:github-standalone"
]
},
"dependsOn": [
{
Expand Down
2 changes: 1 addition & 1 deletion libs/citations/crossref-to-csl/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/crossref-to-csl/src",
Expand Down
3 changes: 2 additions & 1 deletion libs/citations/csl-consolidate/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/csl-consolidate/src",
Expand All @@ -38,6 +38,7 @@
"assets": ["libs/citations/csl-consolidate/*.md"],
"updateBuildableProjectDepsInPackageJson": true,
"clean": true,

"buildableProjectDepsInPackageJsonType": "dependencies"
},
"dependsOn": [
Expand Down
2 changes: 1 addition & 1 deletion libs/citations/csl-to-biblatex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/csl-to-biblatex/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/citations/ojs-types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/ojs-types/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/citations/parse-text-cite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/citations/parse-text-cite/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/hybrid-builder/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projectType": "library",
"targets": {
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/hybrid-builder/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/jast/jast-util-from-csl/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/jast/jast-util-from-csl/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/jast/jast-util-to-csl/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/jast/jast-util-to-csl/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/jast/jast-util-to-texast/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/jast/jast-util-to-texast/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/jast/jast/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/jast/jast/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/notion/html-to-notion-blocks/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/notion/html-to-notion-blocks/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/notion/rehype-notion/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/notion/rehype-notion/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ojs/ojs-client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ojs/ojs-client/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ojs/ojs-relatex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ojs/ojs-relatex/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-citation-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-citation-plugin/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-citations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-citations/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-get-style/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-get-style/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-parse-bib-browser/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-parse-bib-browser/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-parse-bib-node/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-parse-bib-node/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-parse-bib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-parse-bib/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-properties/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-properties/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-remove-rsid/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-remove-rsid/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-to-hast/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projectType": "library",
"targets": {
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-to-hast/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-to-jast/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-to-jast/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-to-unified-latex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projectType": "library",
"targets": {
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast-util-to-unified-latex/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/ooxast/ooxast/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/rejour/rejour-frontmatter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/rejour/rejour-frontmatter/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/rejour/rejour-meta/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/rejour/rejour-meta/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/rejour/rejour-move-abstract/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/rejour/rejour-move-abstract/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/rejour/rejour-parse/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/rejour/rejour-parse/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/rejour/rejour-relatex/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/rejour/rejour-relatex/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/rejour/rejour-stringify/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/rejour/rejour-stringify/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/relatex/relatex-add-preamble/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/relatex/relatex-add-preamble/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/relatex/relatex-stringify/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/relatex/relatex-stringify/src",
Expand Down
4 changes: 3 additions & 1 deletion libs/reoff/docx-to-vfile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},

"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/reoff/docx-to-vfile/src",
Expand Down Expand Up @@ -66,6 +66,8 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"trackDeps": true,
"postTargets": [
"docx-to-vfile:npm",
"docx-to-vfile:github",
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-cite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/reoff/reoff-cite/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-clean/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/reoff/reoff-clean/src",
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-parse-references-browser/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "better-nx-tsc:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"rootDir": "libs/reoff/reoff-parse-references-browser/src",
Expand Down
Loading

0 comments on commit 32e19eb

Please sign in to comment.