Skip to content

Commit

Permalink
Update package.json (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
  • Loading branch information
SamWilsn authored Jul 9, 2024
1 parent ded9995 commit 753297a
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "esbuild src/action.ts --bundle --platform=node --target=node16 --outfile=dist/index.js && echo { \"type\": \"commonjs\" } > dist/package.json",
"build": "esbuild src/action.ts --bundle --platform=node --target=node16 --outfile=dist/index.js && echo { \\\"type\\\": \\\"commonjs\\\" } > dist/package.json",
"lint": "eslint src/*.ts"
},
"repository": {
Expand Down

0 comments on commit 753297a

Please sign in to comment.