mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
fix: missing types in previous release
This commit is contained in:
parent
b3fab602a1
commit
8d8abfe63b
@ -19,7 +19,7 @@
|
||||
"scripts": {
|
||||
"dev": "npm run build-fast -- --watch",
|
||||
"build": "tsup src/cli-*.ts src/index.ts src/rollup.ts --clean --splitting",
|
||||
"prepublishOnly": "npm run build-fast",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "npm run build && npm run test-only",
|
||||
"test-only": "ava test/*.test.ts --fail-fast --timeout 60s",
|
||||
"build-fast": "npm run build -- --no-dts"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user