Skip to content

Commit

Permalink
Try installing parcel watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
katbow committed Sep 24, 2024
1 parent 7ae57fb commit 07a8846
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: npm ci

- name: Build & deploy
run: npm run build --verbose --log-pages
run: npm run deploy
23 changes: 23 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"react-modal": "3.16.1",
"@heroicons/react": "2.1.5"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"gatsby-plugin-postcss": "^6.13.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import SvgLinkedIn from "../../svg/SvgLinkedIn";
import SvgLinkedIn from "../../svg/SvgLinkedin";
import SvgGithub from "../../svg/SvgGithub";

const Footer = ({ className = "" }) => (
Expand Down

0 comments on commit 07a8846

Please sign in to comment.