Skip to content

Commit

Permalink
attempt to fix 2.4.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascantor authored Apr 5, 2024
1 parent d847610 commit 871173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prebuild": "npm run clean",
"build:eleventy": "cross-env ELEVENTY_ENV=production npx @11ty/eleventy --quiet",
"prebuild-gh-pages": "npm run clean",
"build-gh-pages": "npm run build:sass; npm run build:eleventy -- --pathprefix=/blog.lucascantor.com/",
"build-gh-pages": "npm run build:sass; npm run build:eleventy -- --pathprefix=/",
"postbuild-gh-pages": "npm run minify:js",
"build": "npm-run-all build:*",
"postbuild": "npm run minify:js",
Expand Down

0 comments on commit 871173b

Please sign in to comment.