1
0
Fork 0

TypeScript: remove build:types

master
qucchia 2022-07-22 09:59:16 +02:00
parent 0300bfe773
commit b3496a0c74
2 changed files with 1 additions and 5 deletions

View File

@ -22,9 +22,6 @@ jobs:
- name: Install typescript dependencies
working-directory: ./typescript
run: npm ci
- name: Build types
working-directory: ./typescript
run: npm run build:types
- name: Build all TS apps and widgets
working-directory: ./typescript
run: npm run build

View File

@ -7,8 +7,7 @@
"typescript": "4.5.2"
},
"scripts": {
"build": "tsc",
"build:types": "tsc ./types/main.d.ts"
"build": "tsc"
},
"dependencies": {
"node-fetch": "^3.2.9"