Skip to content

Commit bc40f6e

Browse files
committed
fix
1 parent 63575c0 commit bc40f6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ jobs:
2525
with:
2626
node-version: '22'
2727
registry-url: 'https://registry.npmjs.org'
28+
scope: '@vtbag'
2829
- run: npm install -g npm
2930
- run: npm --version
3031
- run: npm ci
32+
- run: npm run build
3133
- run: npm publish ${OPTIONS}
3234
env:
3335
OPTIONS: ${{ inputs.options }}

0 commit comments

Comments
 (0)