Skip to content

Commit c59c2a5

Browse files
committed
ci: build only if necessary
1 parent 79a3c41 commit c59c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test
2222
run: npm run test
2323
- name: Compile
24-
run: npm run build
24+
run: npm run build --if-present
2525
- name: Get Package Version
2626
id: get-package-version
2727
uses: stevenbenitez/get-package-version-action@v1

0 commit comments

Comments
 (0)