Skip to content

Commit

Permalink
Use npx to run @babel/cli command in regenerator-transform.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Mar 18, 2020
1 parent 59c3141 commit a755f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/regenerator-transform/package.json
Expand Up @@ -16,7 +16,7 @@
},
"license": "MIT",
"scripts": {
"prepublish": "babel src/ --out-dir lib/"
"prepublish": "npx babel src/ --out-dir lib/"
},
"babel": {
"plugins": [
Expand Down

0 comments on commit a755f3f

Please sign in to comment.