Skip to content

Commit

Permalink
use single package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Jan 11, 2025
1 parent cc92bdd commit dcaaa6d
Show file tree
Hide file tree
Showing 21 changed files with 6,612 additions and 15,402 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-node-
- name: Install npm dependencies
run: npm ci --prefix assets
run: npm ci

- name: Build assets
run: mix assets.build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if: always()
with:
name: js-unit-coverage
path: assets/coverage/
path: coverage/
retention-days: 7

e2e_test:
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: js-unit-coverage
path: assets/coverage/
path: coverage/

- name: Download e2e-test-results artifact
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ node_modules

/test/e2e/test-results/
/playwright-report/
/coverage/
1 change: 0 additions & 1 deletion assets/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions assets/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default [{
jest,
},

files: ["js/**/*.js", "test/**/*.js"],
ignores: ["coverage/**"],

languageOptions: {
Expand Down
Loading

0 comments on commit dcaaa6d

Please sign in to comment.