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 a979051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -29,6 +29,6 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.6.12
- run: pnpm i
- run: pnpm install --no-frozen-lockfile
- run: pnpm run build
# - run: pnpm test
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.0",
"packageManager": "pnpm@8.6.12",
"description": "自动提审与发布微信、支付宝小程序, 更好的实现小程序的CI/CD",
"author": "penghongkun <https://github.com/phk422>",
Expand Down

0 comments on commit a979051

Please sign in to comment.