Update node.js.yml

This commit is contained in:
Alec
2022-02-25 22:18:46 -05:00
committed by GitHub
parent a53b226f1c
commit 2ffe5172dc

View File

@@ -30,6 +30,6 @@ jobs:
- run: npm run build --if-present
- run: npm run test:unit
- run: npm run test:e2e
- run: npm run npx eslint client/
- run: npm run npx eslint server/
- run: npm run npx eslint spec/
- run: npx eslint client/
- run: npx eslint server/
- run: npx eslint spec/