Skip to content

Commit 2efe437

Browse files
authored
fix(esbuild): run npm version check as postinstall (#2500)
1 parent c9b159f commit 2efe437

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/esbuild/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
},
1414
"keywords": [
1515
"bazel"
16-
]
16+
],
17+
"scripts": {
18+
"postinstall": "node npm_version_check.js"
19+
}
1720
}

0 commit comments

Comments
 (0)