Skip to content

Commit

Permalink
chore: add writeGitInfo to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvanes committed Apr 16, 2024
1 parent 1efe1f0 commit dd5924e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/validateAndBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@ jobs:
npm i --legacy-peer-deps
# Workaround for missing binary
npm i @swc/core-linux-x64-gnu --legacy-peer-deps
- name: writeGitInfo ✍️
run: npm run writeGitInfo --if-present
- name: Typecheck 🤙
run: |
npm run typecheck --if-present
run: npm run typecheck --if-present
- name: Lint 👌
run: |
npm run lint --if-present
run: npm run lint --if-present
- name: Test 🧪
run: |
npm run test:ci --if-present
run: npm run test:ci --if-present
env:
CI: false # true -> fails on warning
- name: Build components 🔧
run: |
npm run build --ignore-scripts --if-present
run: npm run build --ignore-scripts --if-present
- name: Build docker image 💿
if: ${{ github.ref == 'main' }}
run: |
Expand Down

0 comments on commit dd5924e

Please sign in to comment.