Skip to content

Commit 27366b2

Browse files
committed
fix missing types
1 parent 424a33a commit 27366b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"scripts": {
1919
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true });\"",
2020
"build:types": "tsc",
21-
"build:module": "yarn clean && rollup -c",
22-
"build": "yarn run build:types && yarn run build:module",
21+
"build:module": "rollup -c",
22+
"build": "yarn clean && yarn run build:types && yarn run build:module",
2323
"lint:types": "tsc --noEmit",
2424
"lint": "yarn run lint:types",
2525
"prepublishOnly": "yarn build",

0 commit comments

Comments
 (0)