We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c1d4e commit ffb3bd8Copy full SHA for ffb3bd8
2 files changed
.github/workflows/ci.yaml
@@ -60,7 +60,7 @@ jobs:
60
cache: 'yarn'
61
- uses: bahmutov/npm-install@v1
62
- run: yarn install --immutable
63
- - run: yarn build
+ - run: cp -f tsconfig-plugin.json tsconfig.json && yarn build
64
65
# test:
66
# runs-on: ubuntu-latest
tsconfig.json
@@ -36,9 +36,9 @@
36
"src/**/*.jsx",
37
"src/**/*.js",
38
"src/**/*.json",
39
- // "backend/**/*.ts",
40
- // "backend/**/*.js",
41
- // "backend/**/*.json",
+ "backend/**/*.ts",
+ "backend/**/*.js",
+ "backend/**/*.json",
42
"cypress/**/*.ts",
43
"cypress/**/*.js",
44
"cypress/**/*.json",
0 commit comments