Skip to content

Commit

Permalink
Add prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer authored and LeaVerou committed Oct 31, 2022
1 parent b2f6a48 commit 7e05c5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ body > header nav > .menu, body > footer nav > .menu {

body > header nav > .menu > ul, body > footer nav > .menu > ul {
position: absolute;
z-index: 2;
z-index: 1;
padding: 0;
margin: 0;
list-style: none;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"watch:css": "npx postcss \"**/*.postcss\" --base . --dir . --ext .css --config postcss.config.cjs --watch",
"watch:html": "npx @11ty/eleventy --config=.eleventy.cjs --watch",
"watch:js": "rollup -c --watch",
"watch": "npm run watch:css & npm run watch:html & npm run watch:js"
"watch": "npm run watch:css & npm run watch:html & npm run watch:js",
"prepack": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7e05c5b

Please sign in to comment.