Skip to content

Commit

Permalink
use ttsc for declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Schutte committed Jan 16, 2024
1 parent 90c76dc commit da00827
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 @@ -20,7 +20,7 @@
"build::ts": "tsc -p ./tsconfig.json",
"build::babel": "babel ./src --extensions .tsx,.ts,.js --out-dir ./dist",
"clean": "rm -rf dist && mkdir dist",
"declarations": "tsc --emitDeclarationOnly",
"declarations": "ttsc --emitDeclarationOnly",
"watch": "npm run clean && npm run build::assets && (npm run build::babel -- --watch --source-maps=inline & npm run declarations -- --watch)",
"build": "npm run clean && npm run build::assets && npm run declarations && npm run build::babel",
"publish-uikit": "cd dist && npm publish --access public"
Expand Down

0 comments on commit da00827

Please sign in to comment.