Skip to content

Commit

Permalink
update github action builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeveber committed May 26, 2024
1 parent 004ca69 commit db2940e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v4
with:
path: dist/*
# TODO FIXME
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test

0 comments on commit db2940e

Please sign in to comment.