forked from FOSS/BangleApps
TypeScript: remove build:types
parent
0300bfe773
commit
b3496a0c74
|
@ -22,9 +22,6 @@ jobs:
|
||||||
- name: Install typescript dependencies
|
- name: Install typescript dependencies
|
||||||
working-directory: ./typescript
|
working-directory: ./typescript
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build types
|
|
||||||
working-directory: ./typescript
|
|
||||||
run: npm run build:types
|
|
||||||
- name: Build all TS apps and widgets
|
- name: Build all TS apps and widgets
|
||||||
working-directory: ./typescript
|
working-directory: ./typescript
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
"typescript": "4.5.2"
|
"typescript": "4.5.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc"
|
||||||
"build:types": "tsc ./types/main.d.ts"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-fetch": "^3.2.9"
|
"node-fetch": "^3.2.9"
|
||||||
|
|
Loading…
Reference in New Issue