Skip to content

Commit

Permalink
refactor(core): rename run script to have explicit file extension (#486)
Browse files Browse the repository at this point in the history
* ensure run script has explicit file extension

fixes ERR_UNKNOWN_FILE_EXTENSION

* empty commit
  • Loading branch information
oXtxNt9U authored Mar 18, 2024
1 parent efe16ce commit 253cb58
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "distribution/index.js",
"types": "distribution/index.d.ts",
"bin": {
"mainsail-api": "./bin/run"
"mainsail-api": "./bin/run.js"
},
"files": [
"/bin",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "distribution/index.js",
"types": "distribution/index.d.ts",
"bin": {
"mainsail": "./bin/run"
"mainsail": "./bin/run.js"
},
"files": [
"/bin",
Expand Down

0 comments on commit 253cb58

Please sign in to comment.