Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flytam committed Sep 15, 2024
1 parent 404cdc0 commit 01e8d2f
Show file tree
Hide file tree
Showing 3 changed files with 668 additions and 5,095 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: 18.x
- name: Install
run: |
npm install
npm i -g pnpm
pnpm install
npm run build
- name: Publish
env:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/glob": "^8.0.0",
"@types/jest": "^26.0.19",
"@types/node": "^18.0.0",
"husky": "^9.1.6",
"jest": "^26.6.3",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"ts-jest": "^26.4.4",
"tsx": "^4.19.1",
"typescript": "^5.5.3"
},
Expand Down
Loading

0 comments on commit 01e8d2f

Please sign in to comment.