mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
fix: github action
This commit is contained in:
parent
4eba4fd5a5
commit
ed234f2fcf
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@ -27,6 +27,5 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Test and build
|
||||
run: |
|
||||
npm test
|
||||
npm run tsc
|
||||
npm run build
|
||||
|
1
src/client/next-env.d.ts
vendored
1
src/client/next-env.d.ts
vendored
@ -1,5 +1,4 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/types/global" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
|
Loading…
Reference in New Issue
Block a user