Skip to content

Commit 14b6607

Browse files
authored
fix: build before publish (#154)
1 parent 4bd8879 commit 14b6607

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: npm ci --ignore-scripts
2121
- name: Lint
2222
run: npm run lint
23+
- name: Build
24+
run: npm run build
2325
- name: Test
2426
run: npm test
2527

@@ -36,6 +38,8 @@ jobs:
3638
registry-url: 'https://registry.npmjs.org'
3739
cache: 'npm'
3840
- run: npm ci --ignore-scripts
41+
- name: Build
42+
run: npm run build
3943
- run: npm version ${TAG_NAME} --git-tag-version=false
4044
env:
4145
TAG_NAME: ${{ github.ref_name }}

0 commit comments

Comments
 (0)