Skip to content

Commit 587f151

Browse files
committed
use yarn instead of npm for build script
1 parent 263733d commit 587f151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "yarn run build:types && yarn run build:module",
1919
"lint:types": "tsc --noEmit",
2020
"lint": "yarn run lint:types",
21-
"prepublishOnly": "npm run-script build",
21+
"prepublishOnly": "yarn build",
2222
"test": "jest"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)