Skip to content

Commit

Permalink
Fix front end github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 20, 2023
1 parent 07959f4 commit a57d145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-lint-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
node-version: 18.15.0
cache: "npm"
cache-dependency-path: ./front/package-lock.json
- working-directory: types
run: npm install && npm run build
- working-directory: front
run: npm install && npm run tsc && npm run lint && npm run format:check

0 comments on commit a57d145

Please sign in to comment.