Skip to content

Commit

Permalink
Make the CLI entry point executable as part of "npm run build"
Browse files Browse the repository at this point in the history
  • Loading branch information
lkoskela committed Mar 25, 2023
1 parent 6eb7091 commit c75b437
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 @@ -58,7 +58,7 @@
},
"scripts": {
"test": "npm run build && npx jest --verbose --silent=false",
"build": "npm run codegen && tsc",
"build": "npm run codegen && tsc && chmod a+x build/cli/index.js",
"eval": "npm run build && node build/cli.js",
"prepack": "scripts/clean_build_dir.sh && npm run build",
"prepublish": "scripts/clean_build_dir.sh && npm run build",
Expand Down

0 comments on commit c75b437

Please sign in to comment.