Skip to content

Commit f7a5ea2

Browse files
committed
Updating package lock and GitHub actions
1 parent e9729f5 commit f7a5ea2

File tree

2 files changed

+8947
-22
lines changed

2 files changed

+8947
-22
lines changed

.github/workflows/npm-publish.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Packages
1+
name: Publish Package
22

33
on:
44
workflow_dispatch:
@@ -16,14 +16,17 @@ jobs:
1616
- name: Setup Node.js 16
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: '16.x'
2020
cache: 'npm'
21-
registry-url: https://registry.npmjs.org/
21+
registry-url: 'https://registry.npmjs.org/'
2222

2323
- name: Install dependencies
2424
run: npm ci
2525

26+
- name: Build
27+
run: npm run build
28+
2629
- name: Publish Packages
2730
run: npm publish --access public
2831
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)