Skip to content

Commit

Permalink
build: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Jan 23, 2024
1 parent f27f594 commit 425f03d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 189 deletions.
3 changes: 0 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@
},
"test": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["test", "^build"]
},
"test:coverage": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["test", "^build"]
},
"package": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["package", "^package"],
"outputs": ["{projectRoot}/bundle"]
},
Expand Down
2 changes: 0 additions & 2 deletions packages/actions/branch-name-validator-test/bundle/index.js

This file was deleted.

This file was deleted.

0 comments on commit 425f03d

Please sign in to comment.