Skip to content

Commit

Permalink
fix: remove .js ext from build-espresso command
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Mar 22, 2023
1 parent a0e890f commit d13b85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mainClass": "EspressoDriver",
"scripts": {
"print-espresso-path": "./scripts/print-espresso-path.js",
"build-espresso.js": "./scripts/build-espresso.js"
"build-espresso": "./scripts/build-espresso.js"
}
},
"main": "./build/index.js",
Expand Down

0 comments on commit d13b85d

Please sign in to comment.