Skip to content

Commit

Permalink
use latest node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Verhoelen committed May 1, 2019
1 parent 415ae50 commit dcd6bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.15.1
lts/dubnium
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"npm": ">=6.4.1"
},
"scripts": {
"start": "nodemon --watch service -e ts,tsx --ignore 'src/frontend' --ignore '*Spec.ts*' --ignore '*Test.ts*' --exec 'yarn run server'",
"start": "nodemon --watch service -e ts,tsx --ignore 'src/frontend' --ignore '*Spec.ts*' --ignore '*Test.ts*' --exec 'npm run server'",
"server": "ts-node service/server/index.ts",
"prettier:check": "prettier --check service/**/*.{ts,tsx,js,jsx}",
"prettier:write": "prettier --write service/**/*.{ts,tsx,js,jsx}",
Expand Down

0 comments on commit dcd6bfe

Please sign in to comment.