Skip to content

Commit

Permalink
chore: ♻️ small build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Sep 26, 2024
1 parent 39c4f74 commit 80eec1b
Show file tree
Hide file tree
Showing 6 changed files with 5,204 additions and 3,765 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@types/node": "20.14.10",
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules",
"build": "pnpm exec rm -rf dist && tsup src --format esm --no-splitting --sourcemap && pnpm generate-types",
"build": "pnpm exec rm -rf dist && tsup src --format esm --no-splitting && pnpm generate-types",
"lint": "pnpm biome lint ./src",
"lint:fix": "pnpm biome lint ./src --apply",
"fmt": "biome format .",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"outDir": "dist/types",
"allowImportingTsExtensions": false,
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true
"declaration": true
},
"include": ["./src/**/*.ts"],
"exclude": ["**/dist/**"]
Expand Down
3 changes: 1 addition & 2 deletions packages/util/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"outDir": "dist/types",
"allowImportingTsExtensions": false,
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true
"declaration": true
},
"include": ["./src/**/*.ts"],
"exclude": ["**/dist/**"]
Expand Down
Loading

0 comments on commit 80eec1b

Please sign in to comment.