Skip to content

Commit c62ae04

Browse files
committed
chore(monorepo): remove unused file and scripts
1 parent a2884d3 commit c62ae04

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
"scripts": {
1313
"lint": "eslint .",
1414
"lint:fix": "eslint . --fix",
15-
"_build": "pnpm clean && tsc -b tsconfig.build.json && pnpm -r build",
16-
"build": "pnpm clean && pnpm -r build",
17-
"_dev": "pnpm clean && tsc -b tsconfig.build.json -w",
15+
"build": "pnpm -r build",
1816
"dev": "pnpm -r dev",
19-
"clean": "tsc -b tsconfig.build.json --clean",
2017
"test": "vitest --run",
2118
"test:ui": "vitest --ui",
2219
"release": "pnpm i && pnpm -r build && bumpp package.json packages/*/package.json --commit --push --tag"

tsconfig.build.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)