Skip to content

Commit ffb3bd8

Browse files
committed
return backend to tsconfig, try copying plugin config instead
1 parent a3c1d4e commit ffb3bd8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache: 'yarn'
6161
- uses: bahmutov/npm-install@v1
6262
- run: yarn install --immutable
63-
- run: yarn build
63+
- run: cp -f tsconfig-plugin.json tsconfig.json && yarn build
6464

6565
# test:
6666
# runs-on: ubuntu-latest

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"src/**/*.jsx",
3737
"src/**/*.js",
3838
"src/**/*.json",
39-
// "backend/**/*.ts",
40-
// "backend/**/*.js",
41-
// "backend/**/*.json",
39+
"backend/**/*.ts",
40+
"backend/**/*.js",
41+
"backend/**/*.json",
4242
"cypress/**/*.ts",
4343
"cypress/**/*.js",
4444
"cypress/**/*.json",

0 commit comments

Comments
 (0)