Skip to content

Commit ab7dd49

Browse files
authored
Merge pull request #23 from cyclic-software/build-on-pr
run build on pr
2 parents 0898022 + 2d11ea9 commit ab7dd49

File tree

6 files changed

+1985
-1089
lines changed

6 files changed

+1985
-1089
lines changed

.github/workflows/run_tests.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-node@v1
1919
with:
20-
node-version: '12.x'
21-
- name: Run tests
22-
run: |
23-
npm ci
24-
npm run test
20+
node-version: '16.x'
21+
- run: npm ci
22+
- run: npm run build
23+
- run: npm run test
2524

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ junit.xml
140140
.vscode
141141

142142
# Exclude generated type declarations
143-
src/**/*.d.ts
143+
dist

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*
2+
src
23
examples
34
test
45
commitlint.config.js

0 commit comments

Comments
 (0)