Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
phk422 committed Sep 5, 2024
1 parent daa2263 commit d19774e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.6.12
- run: pnpm i
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: pnpm

- run: pnpm install
- run: pnpm install --no-frozen-lockfile

- run: pnpm build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiny-app-cli",
"type": "module",
"version": "0.2.2",
"version": "0.3.1",
"packageManager": "pnpm@8.6.12",
"description": "自动提审与发布微信、支付宝小程序, 更好的实现小程序的CI/CD",
"author": "penghongkun <https://github.com/phk422>",
Expand Down

0 comments on commit d19774e

Please sign in to comment.