Skip to content

Commit 7ff0a49

Browse files
committed
just going to skip 1.0.7
1 parent 4568fd1 commit 7ff0a49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
registry-url: https://registry.npmjs.org/
2222
cache: 'pnpm'
2323

24-
- run: pnpm install & pnpm test:panel
24+
- name: Install deps
25+
run: pnpm install
26+
27+
- run: pnpm test:panel
2528

2629

2730
publish-npm:

0 commit comments

Comments
 (0)