Skip to content

Commit

Permalink
make CLI entry point executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben committed Nov 1, 2023
1 parent 96b4206 commit 00b57d3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"clean": "rm -rf build",
"build": "tsc -b tsconfig.build.json",
"postbuild": "chmod +x build/main.js",
"watch": "tsc -b -w",
"test": "jest --forceExit",
"lint": "eslint ./src --ext js,jsx,ts,tsx --report-unused-disable-directives",
Expand All @@ -45,6 +46,7 @@
"@types/turndown": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"chmod": "^0.2.1",
"eslint": "^8",
"eslint-config-prettier": "^8",
"eslint-plugin-jsdoc": "^46.4.5",
Expand Down
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00b57d3

Please sign in to comment.