Skip to content

Commit

Permalink
Merge pull request #205 from dancier/feature/rework-some-things
Browse files Browse the repository at this point in the history
Feature/rework some things
  • Loading branch information
halbekanne authored Dec 15, 2023
2 parents c5bce00 + 4f26f3a commit 6067f0a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: What the hell is in bootstrap-icons
run: ls ./node_modules/bootstrap-icons

- name: What the hell is in node_modules
run: ls ./node_modules/bootstrap-icons

- name: Run postinstall
run: npm run postinstall

- name: Run tests
run: npm run test

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run postinstall
run: npm run postinstall

- name: Run tests
run: npm run test
2 changes: 1 addition & 1 deletion src/assets/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
icons
icons/*.svg
Empty file added src/assets/icons/.gitkeep
Empty file.

0 comments on commit 6067f0a

Please sign in to comment.