Skip to content

Commit 6f5fc7f

Browse files
author
Lars Kölpin-Freese
committed
chore: fix deployment
1 parent 01f808e commit 6f5fc7f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: npm ci
2323
- name: test
2424
run: npm test
25+
- name: build
26+
run: npm run build
2527
- run: npm publish
2628
env:
2729
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-bytes.js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)