Skip to content

Commit

Permalink
fix: Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 7, 2023
1 parent e8f01a7 commit 2e27de7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:

# - name: Set up tmate session
# uses: mxschmitt/action-tmate@v2
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run type checks
run: pnpm run typecheck

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"**/*.{js,ts,tsx,json,css,yml,yaml}": "prettier --write",
"**/*.{js,ts,tsx}": "eslint --ext .js,.ts,.tsx --cache --fix"
},
"dependencies": {
"@usevenice/cli": "workspace:*"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@roarr/cli": "5.7.0",
Expand All @@ -38,7 +41,6 @@
"@types/prettier": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@usevenice/cli": "workspace:*",
"@usevenice/sdk": "workspace:*",
"@usevenice/util": "workspace:*",
"esbuild": "0.17.5",
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e27de7

Please sign in to comment.