Skip to content

Commit 04000e9

Browse files
Use testpack to test npm publish
1 parent e24b2b3 commit 04000e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ end_of_line = lf
99
insert_final_newline = true
1010
indent_style = tab
1111

12+
[*.yml]
13+
indent_style = space
14+
indent_size = 2
15+
1216
[package.json]
1317
indent_style = space
1418
indent_size = 2

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- run: npm run lint
3636
- run: npm run build
3737
- run: npm run test
38+
- run: npx testpack-cli
3839

3940
- name: Upload test coverage report to Codecov
4041
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)