Skip to content

Commit

Permalink
reverts package.json build change
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 22, 2024
1 parent 5ece20d commit e61620f
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 @@ -10,7 +10,7 @@
"build:css": "sass src/scss:_site/css",
"watch:11ty": "eleventy --serve",
"build:11ty": "eleventy",
"build": "concurrently \"npm run build:css\" \"npm run build:11ty\"",
"build": "npm run build:css && npm run build:11ty",
"start": "concurrently \"npm run watch:css\" \"npm run watch:readme\" \"npm run watch:11ty\"",
"deploy": "npm run build && gh-pages -d _site"
},
Expand Down

0 comments on commit e61620f

Please sign in to comment.