Skip to content

Commit

Permalink
fix: missing types in previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 7, 2021
1 parent b3fab60 commit 8d8abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 8d8abfe

Please sign in to comment.