We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a3c41 commit c59c2a5Copy full SHA for c59c2a5
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Test
22
run: npm run test
23
- name: Compile
24
- run: npm run build
+ run: npm run build --if-present
25
- name: Get Package Version
26
id: get-package-version
27
uses: stevenbenitez/get-package-version-action@v1
0 commit comments