Skip to content

Commit 2efe437

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/esbuild/package.json

Lines changed: 4 additions & 1 deletion
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)