Fix github action build
This commit is contained in:
parent
a725a729a7
commit
c833a9ab26
2 changed files with 1 additions and 1 deletions
1
.github/workflows/lint_test_and_build.yml
vendored
1
.github/workflows/lint_test_and_build.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: snickerbockers/submodules-init@v4
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue