Skip to content

Commit

Permalink
fix(esbuild): run npm version check as postinstall (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Mar 5, 2021
1 parent c9b159f commit 2efe437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
},
"keywords": [
"bazel"
]
],
"scripts": {
"postinstall": "node npm_version_check.js"
}
}

0 comments on commit 2efe437

Please sign in to comment.