Skip to content

Commit d19774e

Browse files
committed
chore: update
1 parent daa2263 commit d19774e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v2
1818
with:
1919
version: 8.6.12
20-
- run: pnpm i
20+
- run: pnpm install --no-frozen-lockfile
2121
- run: pnpm run lint
2222
test:
2323
runs-on: ubuntu-latest

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
cache: pnpm
3232

33-
- run: pnpm install
33+
- run: pnpm install --no-frozen-lockfile
3434

3535
- run: pnpm build
3636

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-app-cli",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.3.1",
55
"packageManager": "pnpm@8.6.12",
66
"description": "自动提审与发布微信、支付宝小程序, 更好的实现小程序的CI/CD",
77
"author": "penghongkun <https://github.com/phk422>",

0 commit comments

Comments
 (0)