Skip to content

Commit 9187ea6

Browse files
committed
chore: more preparation for v0.6.0 release
Signed-off-by: Donnie Adams <[email protected]>
1 parent 71374e7 commit 9187ea6

File tree

2 files changed

+2505
-746
lines changed

2 files changed

+2505
-746
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
node-version: 21
1818
- name: Install dependencies
1919
run: npm install -g typescript && npm install
20+
- name: Build
21+
run: npm run build
2022
- name: Publish release
21-
run: npm run build && npm publish --access public
23+
run: npm publish --access public
2224
env:
2325
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)