Skip to content

Commit

Permalink
Merge branch 'refactor/state-manage-hookify' into refactor/electricit…
Browse files Browse the repository at this point in the history
…y-subscribe
  • Loading branch information
j10ccc authored Nov 13, 2024
2 parents e9d37fa + 417170a commit 76f658d
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 154 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- name: Lint project
run: pnpm lint
- name: Lint and check type
run: pnpm lint && pnpm typecheck

- name: Build Taro weapp
run: pnpm build:weapp
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "ZJUTJH",
"scripts": {
"lint": "eslint",
"typecheck": "vue-tsc --noEmit",
"dev:weapp": "npm run build:weapp -- --watch",
"build:weapp": "taro build --type weapp"
},
Expand Down Expand Up @@ -49,6 +50,7 @@
"stylelint": "^14.4.0",
"terser": "^5.30.4",
"typescript": "^5.4.5",
"vite": "^4.2.0"
"vite": "^4.2.0",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 76f658d

Please sign in to comment.