Skip to content

Commit

Permalink
fix: start script improved
Browse files Browse the repository at this point in the history
fix: start script improved
  • Loading branch information
akosbalasko authored Mar 18, 2021
2 parents 4dc72b3 + b89da29 commit 3b0ad3a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ in
out
.DS_Store
.wakatime-project
.local-pack
.local-pack
__debug
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ coverage
.vscode
.wakatime-project
.nycrc
.local-pack
.local-pack
__debug
4 changes: 4 additions & 0 deletions dropTheRope.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
NODE_OPTIONS=--max-old-space-size=1024
node ./../yarle-evernote-to-md/dist/triggerYarle.js

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarle-evernote-to-md",
"version": "3.12.2",
"version": "3.12.4",
"description": "Yet Another Rope Ladder from Evernote",
"keywords": [
"evernote",
Expand All @@ -10,9 +10,9 @@
"markdown",
"enex to md"
],
"main": "./dist/dropTheRope.js",
"main": "./dropTheRope.sh",
"bin": {
"yarle": "./dist/dropTheRope.js"
"yarle": "./dropTheRope.sh"
},
"scripts": {
"clean": "rm -f -r ./out && rm -f -r ./dist && rm -r -f ./node_modules",
Expand Down
1 change: 0 additions & 1 deletion src/dropTheRope.ts → src/triggerYarle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node --max-old-space-size=1024
/* istanbul ignore file */
// tslint:disable:no-console

Expand Down

0 comments on commit 3b0ad3a

Please sign in to comment.