Skip to content

Commit 64c5de0

Browse files
add build step
1 parent e882ca6 commit 64c5de0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: "Install dependencies"
2525
run: npm ci
2626

27-
- name: "Run tests"
28-
run: npm test
27+
- name: "Create build"
28+
run: npm run build
2929

3030
- name: "Get version from package.json"
3131
id: get_version
@@ -58,4 +58,4 @@ jobs:
5858
• Published by ${{ github.actor }}
5959
```
6060
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)