forked from FOSS/BangleApps
TypeScript: remove build:types
parent
0300bfe773
commit
b3496a0c74
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue