Skip to content

Commit

Permalink
fix: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 4, 2024
1 parent 2c11f86 commit b82a4e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: yarn install
uses: borales/actions-yarn@v4
with:
cmd: install
cmd: install:packages

- name: "Tar files"
run: tar -cf preview_image.tar ./
Expand Down
4 changes: 4 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
. "$(dirname -- "$0")/_/husky.sh"

yarn
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lint": "eslint -c './.eslintrc.js' './packages/**/*.{ts,js}'",
"lint:ci": "yarn lint . --format junit",
"lint:md": "markdownlint --ignore node_modules --ignore .git",
"install:packages": "yarn",
"localnet": "bash scripts/localnet.sh",
"format": "yarn lint --fix",
"format:md": "yarn lint:md --fix",
Expand Down

0 comments on commit b82a4e2

Please sign in to comment.