Skip to content

Commit

Permalink
fix: use strictly unix commands for clear-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
logonoff committed Jan 14, 2025
1 parent fdf5ffc commit f09aefd
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 @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"scripts": {
"build-jekyll": "rm -rf _site && bundle exec jekyll build",
"clear-styles": "pushd ./_includes/styles && echo -n | tee errors.css index.css login.css providers.css",
"clear-styles": "cd ./_includes/styles && rm -f *.css && touch errors.css index.css login.css providers.css",
"generate-styles": "yarn clear-styles && yarn build-jekyll && node generate-styles.mjs",
"rebuild": "yarn generate-styles && yarn build-jekyll",
"serve-jekyll": "bundle exec jekyll serve",
Expand Down

0 comments on commit f09aefd

Please sign in to comment.