Skip to content

Commit

Permalink
chore: install test:types deps before running
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Feb 1, 2024
1 parent 7e985c8 commit 74a4431
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 @@ -79,7 +79,7 @@
"build:integration:ssr": "yarn build:integration && nx server integration --configuration production",
"// - TESTING": "Test all modules #requires yarn build:packages",
"test:integration": "nx run integration:test --colors --run-in-band",
"test:types": "yarn --cwd packages/store/types test:types",
"test:types": "yarn --cwd packages/store/types install && yarn --cwd packages/store/types test:types",
"// - E2E": "E2E testing #requires yarn build:integration",
"cy:open": "cypress open",
"cy:open:ssr": "cross-env SSR=true cypress open",
Expand Down

0 comments on commit 74a4431

Please sign in to comment.