Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
update lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei scripcaru committed Sep 30, 2018
1 parent 37f4c51 commit a243f86
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 @@ -5,6 +5,6 @@
"scripts": {
"install": "cd ./frontend && npm install && cd ../backend && npm install",
"build-projects": "cd ./frontend && au build --env prod && cd ../backend && gulp",
"lint-projects": "cd ./backend && npm lint"
"lint-projects": "cd ./backend && npm run lint"
}
}

0 comments on commit a243f86

Please sign in to comment.