Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adampetro committed Jan 29, 2025
1 parent fc29359 commit 8ae4696
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Generate types
run: yarn typegen
- name: Test
run: yarn test-js
run: yarn workspaces run test run
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Generate types
run: yarn typegen
- name: Test
run: yarn test-ts
run: yarn workspaces run test run
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"scripts": {
"expand-liquid": "node ./util/expand-liquid.js",
"typegen": "yarn workspaces run graphql-code-generator --config package.json",
"test-js": "yarn expand-liquid vanilla-js && yarn workspaces run test run",
"test-ts": "yarn expand-liquid typescript && yarn workspaces run test run"
"test-js": "yarn expand-liquid vanilla-js && yarn && yarn typegen && yarn workspaces run test run",
"test-ts": "yarn expand-liquid typescript && yarn && yarn typegen && yarn workspaces run test run"
},
"private": true,
"workspaces": [
Expand Down
Loading

0 comments on commit 8ae4696

Please sign in to comment.