Skip to content

Commit

Permalink
Remove test:type duplication in apps project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Mar 26, 2024
1 parent e8a5472 commit 487d84e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [@app/armory](./apps/armory/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/armory.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/armory.yml/badge.svg?branch=main" alt="@app/armory CI status" /></a> |
| [@app/policy-engine](./apps/policy-engine/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/policy-engine.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/policy-engine.yml/badge.svg?branch=main" alt="@app/policy-engine CI status" /></a> |
| [@narval/encryption](./packages/encryption/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/encryption.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/encryption.yml/badge.svg?branch=main" alt="@narval/encryption CI status" /></a> |
| [@narval/encryption](./packages/encryption/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/encryption.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/encryption.yml/badge.svg?branch=main" alt="@narval/encryption CI status" /></a> |
| [@narval/policy-engine-shared](./packages/policy-engine-shared/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/policy-engine-shared.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/policy-engine-shared.yml/badge.svg?branch=main" alt="@narval/policy-engine-shared CI status" /></a> |
| [@narval/signature](./packages/signature/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/signature.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/signature.yml/badge.svg?branch=main" alt="@narval/signature CI status" /></a> |
| [@narval/signature](./packages/signature/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/signature.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/signature.yml/badge.svg?branch=main" alt="@narval/signature CI status" /></a> |
| [@narval/transaction-request-intent](./packages/transaction-request-intent/README.md) | <a href="https://github.com/narval-xyz/narval/actions/workflows/transaction-request-intent.yml" target="_blank"><img src="https://github.com/narval-xyz/narval/actions/workflows/transaction-request-intent.yml/badge.svg?branch=main" alt="@narval/transaction-request-intent CI status" /></a> |

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion apps/armory/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"test:type": {
"executor": "nx:run-commands",
"options": {
"command": "npx tsc --noEmit --project apps/armory/tsconfig.app.json"
"command": "make armory/test/type"
}
},
"test:unit": {
Expand Down
2 changes: 1 addition & 1 deletion apps/policy-engine/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:type": {
"executor": "nx:run-commands",
"options": {
"command": "npx tsc --noEmit --project apps/policy-engine/tsconfig.app.json"
"command": "make policy-engine/test/type"
}
},
"test:unit": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vault/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:type": {
"executor": "nx:run-commands",
"options": {
"command": "npx tsc --noEmit --project apps/vault/tsconfig.app.json"
"command": "make vault/test/type"
}
},
"test:unit": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config-module/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Config Module
# Config Module

A custom config module built on top of Nest's, better utilizing its options to
achieve more satisfying results in terms of user experience, tailored
Expand Down

0 comments on commit 487d84e

Please sign in to comment.