Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 6e2b40e

Browse files
committedJan 30, 2021
Fix PR tests.
1 parent 494bf58 commit 6e2b40e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed
 

‎.github/workflows/main.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: npm ci
27-
# - run: npm test
28-
# build (will not publish)
29-
- run: npm run build
30-
if: github.ref != 'refs/heads/master'
31-
# dist (may publish)
32-
- run: npm run dist
33-
if: github.ref == 'refs/heads/master'
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
- name: Build Application
27+
run: npm ci
28+
- name: Build package
29+
run: npm run dist

0 commit comments

Comments
 (0)
This repository has been archived.