Skip to content

Commit

Permalink
chore: Fix ignoring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeinlschmidt committed Jul 3, 2023
1 parent d0135f8 commit 3f92108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
path: dist/
- name: Delete examples
run: rm -r dist/**/examples
- name: Delete tests
run: rm -r dist/**/*.spec*
- run: npm pack
- run: npm publish jkba-rxjs-fsm-*.tgz --access public
env:
Expand Down
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@
"skipLibCheck": false /* Skip type checking all .d.ts files. */
},
"include": [
"./lib",
"./examples",
"lib",
"examples",
],
"exclude": [
"lib/**/*.spec.ts"
]
}

0 comments on commit 3f92108

Please sign in to comment.