Skip to content

Commit e42993a

Browse files
committed
Flip tests on for @roo-code/build
1 parent 0552d04 commit e42993a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
File renamed without changes.
File renamed without changes.

packages/build/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"type": "module",
66
"exports": "./dist/index.js",
77
"scripts": {
8+
"lint": "eslint src --ext .ts,.tsx --max-warnings=0",
9+
"check-types": "tsc --noEmit",
10+
"test": "vitest --globals --run",
811
"build": "tsc",
912
"clean": "rimraf dist .turbo"
1013
},

0 commit comments

Comments
 (0)