Skip to content

Commit df77ecb

Browse files
author
Gaspard Viot
committed
Emit type during build
1 parent 6384f90 commit df77ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ci": "CI=true && npm run lint",
2222
"ci:publish": "npx semantic-release",
2323
"lint": "npx tsc --noEmit && npm run eslint ./src --ext .ts,.tsx",
24-
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
24+
"build": "npx tsc",
2525
"prepare:types": "tsc --noEmit false --emitDeclarationOnly --declaration --rootDir src --outDir lib",
2626
"prepare": "npm run build",
2727
"appium": "appium",

0 commit comments

Comments
 (0)