Skip to content

Commit fc0de6e

Browse files
committed
test
1 parent 404d095 commit fc0de6e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13-
- uses: pnpm/action-setup@v4
14-
with:
15-
version: 10
16-
- run: pnpm install
17-
- run: pnpm build
18-
- run: pnpm test
13+
# - uses: pnpm/action-setup@v4
14+
# with:
15+
# version: 10
16+
- run: npm publish
17+
# - run: pnpm install
18+
# - run: pnpm build
19+
# - run: pnpm test

0 commit comments

Comments
 (0)