Skip to content

Commit

Permalink
fix: add gitignore merge logic to waf construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Van Der Ploeg committed Dec 5, 2024
1 parent 2bf6976 commit 0e5d029
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 72 deletions.
58 changes: 0 additions & 58 deletions packages/waf/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions packages/waf/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/waf/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/waf/.nvmrc

This file was deleted.

9 changes: 8 additions & 1 deletion packages/waf/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"main": "packages/waf/index.ts",
"outputPath": "dist/waf",
"tsConfig": "packages/waf/tsconfig.app.json"
}
},
"dependsOn": ["merge-gitignore"]
},
"lint": {
"executor": "@nx/eslint:lint",
Expand All @@ -27,6 +28,12 @@
"publish": {
"command": "node tools/scripts/publish.mjs waf {args.ver} {args.tag}",
"dependsOn": ["build"]
},
"merge-gitignore": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/merge-gitignore.mjs waf"
}
}
},
"tags": []
Expand Down

0 comments on commit 0e5d029

Please sign in to comment.