Skip to content

Commit

Permalink
build: Added lint fix to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenGeo committed Feb 9, 2021
1 parent 1186a66 commit d029331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/API-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint \"**/*.ts\"",
"fix:syntax": "npm run lint:syntax -- --write",
"lint:syntax": "prettier --check \"**/*.{md,js,ts,scss,html}\" ",
"start": "node index.js",
"start:dev": "npx tsc-watch --onSuccess \" node index.js \" --onFailure \"echo There was a problem with the build!\" -p tsconfig.json",
"start:watch": "nodemon",
Expand Down

0 comments on commit d029331

Please sign in to comment.