Skip to content

Commit 9ee23c1

Browse files
committed
seeing if I can publish a package through snapit
1 parent 6b12d81 commit 9ee23c1

File tree

3 files changed

+3408
-1
lines changed

3 files changed

+3408
-1
lines changed

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
with:
25-
build_script: echo "hello"
25+
build_script: pnpm install && pnpm build && pnpm pack && pnpm publish
2626
working_directory: ./

0 commit comments

Comments
 (0)