We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263733d commit 587f151Copy full SHA for 587f151
packages/devtools/package.json
@@ -18,7 +18,7 @@
18
"build": "yarn run build:types && yarn run build:module",
19
"lint:types": "tsc --noEmit",
20
"lint": "yarn run lint:types",
21
- "prepublishOnly": "npm run-script build",
+ "prepublishOnly": "yarn build",
22
"test": "jest"
23
},
24
"keywords": [
0 commit comments