Skip to content

Commit

Permalink
fix helpers build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Feb 7, 2024
1 parent b4a603f commit 1e54952
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'

- name: Install Yarn dependencies
working-directory: ./packages/helpers
run: yarn install
run: yarn install --immutable

- name: Run test
working-directory: ./packages/helpers
run: yarn test

- name: Run build
working-directory: ./packages/helpers
run: yarn build
Expand Down
3 changes: 2 additions & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"babel-jest": "^29.5.0",
"babel-preset-jest": "^29.5.0",
"jest": "^29.5.0",
"msw": "^1.2.2"
"msw": "^1.2.2",
"typescript": "^5.2.2"
},
"jest": {
"roots": [
Expand Down
9 changes: 1 addition & 8 deletions packages/helpers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
"isolatedModules": true,
"jsx": "react-jsx",
"typeRoots": ["./node_modules/@types"],
"types": ["node", "jest"],
"incremental": true
},
"exclude": [
"node_modules",
"./node_modules",
"./node_modules/*",
"./node_modules/@types/node/index.d.ts"
]
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2806,6 +2806,7 @@ __metadata:
pki: ^1.1.0
psl: ^1.9.0
snarkjs: "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e"
typescript: ^5.2.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 1e54952

Please sign in to comment.