Skip to content

Commit

Permalink
Remove no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Dec 11, 2024
1 parent f8d3c98 commit 97ab5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "nx run test-app:serve",
"test:unit": "nx run-many -t test --exclude=@redhat-cloud-services/CLIENTNAME-client",
"test:unit:affected": "nx affected -t test --exclude=@redhat-cloud-services/CLIENTNAME-client",
"test:integration": "npm run build:no-cache && nx run-many --parallel=1 -t integration-v1,integration-v2 --exclude=@redhat-cloud-services/CLIENTNAME-client --skip-nx-cache",
"test:integration": "npm run build && nx run-many --parallel=1 -t integration-v1,integration-v2 --exclude=@redhat-cloud-services/CLIENTNAME-client --skip-nx-cache",
"test": "npm-run-all --parallel test:* --exclude=@redhat-cloud-services/CLIENTNAME-client",
"build": "nx run-many -t build --exclude=@redhat-cloud-services/CLIENTNAME-client",
"build:no-cache": "npm run build -- --skip-nx-cache",
Expand Down

0 comments on commit 97ab5cb

Please sign in to comment.