mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Testing build
This commit is contained in:
parent
e18b2757f4
commit
6653826480
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.react.base.json",
|
||||
"include": ["../src", "."]
|
||||
"include": ["../src", "**/*"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user