Skip to content

Commit 6375e67

Browse files
changes in build
1 parent 9e91a82 commit 6375e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
node-version: '20.x'
1515
registry-url: 'https://registry.npmjs.org'
16-
- run: npm ci
17-
- run: npm run build
16+
- run: npm install
17+
- run: npm run package
1818
- run: npm publish --access public
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)