Testing build

This commit is contained in:
Nathan Bierema 2021-09-17 17:16:53 -04:00
parent e18b2757f4
commit 6653826480
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.react.base.json",
"include": ["../src", "."]
"include": ["../src", "**/*"]
}