Skip to content

Commit

Permalink
feat: Make node run the compiled JS
Browse files Browse the repository at this point in the history
  • Loading branch information
orestes committed Apr 17, 2020
1 parent d9deb99 commit 3968976
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 @@ -4,7 +4,7 @@
"compile:check": "tsc --project . --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"start": "node src/index.js",
"start": "node dist/src/index.js",
"ci:lint": "eslint --ext .js --ignore-path .gitignore .",
"ci:format": "prettier --ignore-path .gitignore -l .",
"lint": "yarn ci:lint --fix",
Expand Down

0 comments on commit 3968976

Please sign in to comment.