Skip to content

Commit 3fea355

Browse files
committed
Fixed package
1 parent 3431897 commit 3fea355

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node-version: 12
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
30+
- run: npm run build
3031

3132
# extract tag name
3233
- id: branch_name

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22
on: [push, pull_request]
33

44
jobs:
5-
build:
5+
test:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)