Skip to content

Commit

Permalink
Emit type during build
Browse files Browse the repository at this point in the history
  • Loading branch information
sparga committed Aug 27, 2024
1 parent 6384f90 commit df77ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ci": "CI=true && npm run lint",
"ci:publish": "npx semantic-release",
"lint": "npx tsc --noEmit && npm run eslint ./src --ext .ts,.tsx",
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
"build": "npx tsc",
"prepare:types": "tsc --noEmit false --emitDeclarationOnly --declaration --rootDir src --outDir lib",
"prepare": "npm run build",
"appium": "appium",
Expand Down

0 comments on commit df77ecb

Please sign in to comment.