forked from FOSS/BangleApps
fix type build script
parent
d46736c01a
commit
0a2426a6dd
|
@ -13,7 +13,7 @@
|
|||
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js",
|
||||
"start": "npx http-server -c-1",
|
||||
"build:example": "tsc ./apps/widChargingStatus/widget.ts --outDir ./apps/widChargingStatus/dist",
|
||||
"build:types": "tsc .typescript/types/globals.d.ts"
|
||||
"build:types": "tsc ./typescript/types/globals.d.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^7.2.0"
|
||||
|
|
Loading…
Reference in New Issue