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 418fc4b commit cccbc53Copy full SHA for cccbc53
.github/workflows/release-package.yml
@@ -36,6 +36,7 @@ jobs:
36
always-auth: true
37
node-version: 23
38
registry-url: 'https://registry.npmjs.org'
39
- - run: npm publish dist
+ - run: npm pack
40
+ - run: npm publish
41
env:
42
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
.gitignore
@@ -24,3 +24,4 @@ yarn-error.log*
24
.idea
25
dist
26
storybook-static
27
+/packages/
package.json
@@ -6,7 +6,7 @@
6
"directory": "packages/@react-barcode-scanner/hooks"
7
},
8
"license": "MIT",
9
- "version": "0.0.13-alpha",
+ "version": "0.0.15-alpha",
10
"private": false,
11
"main": "dist/index.js",
12
"module": "dist/esm/index.js",
0 commit comments