We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f808e commit 6f5fc7fCopy full SHA for 6f5fc7f
.github/workflows/build-and-test.yml
@@ -22,6 +22,8 @@ jobs:
22
run: npm ci
23
- name: test
24
run: npm test
25
+ - name: build
26
+ run: npm run build
27
- run: npm publish
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "magic-bytes.js",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"main": "./dist/index.js",
5
"module": "./dist/index.js",
6
"types": "./index.d.ts",
0 commit comments