Skip to content

Commit 1303bc7

Browse files
authored
Update publish.yml
1 parent 4e76389 commit 1303bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
# Run install dependencies
3333
- name: Install dependencies
3434
run: npm run install:all
35+
# Ensure project builds successfully before creating release
36+
- name: Build
37+
run: npm run webpack
3538
- name: Get current package version
3639
id: package_version
3740
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b # v1.3.1
@@ -66,9 +69,6 @@ jobs:
6669
# Run install dependencies
6770
- name: Install dependencies
6871
run: npm run install:all
69-
# Ensure project builds successfully before creating release
70-
- name: Build
71-
run: npm run webpack
7272
- name: Create a Release
7373
id: create_release
7474
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4

0 commit comments

Comments
 (0)