Skip to content

Commit

Permalink
feat(CI): added lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchepotin committed Mar 16, 2021
1 parent fb9c6a6 commit ab933c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.ci.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/opt/wait-for-it.sh postgres:5432 -- npm run migration:run && npm run seed:run
npm run start:prod > /dev/null 2>&1 &
/opt/wait-for-it.sh localhost:3000 -- npm run test:e2e
/opt/wait-for-it.sh localhost:3000 -- npm run lint && npm run test:e2e

0 comments on commit ab933c3

Please sign in to comment.