Skip to content

Commit

Permalink
Windows workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed May 1, 2024
1 parent 9c66a87 commit 4b6f175
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 @@
"_check:format": "npx prettier --check .??* *.md",
"_cp:bs-rfs": "npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/",
"_diff:check": "git diff --name-only --exit-code",
"_gen-chroma-styles": "tools/gen-chroma-styles.sh && tools/gen-chroma-styles.sh -s onedark -o _dark.scss",
"_gen-chroma-styles": "bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'",
"_mkdir:hugo-mod": "npx mkdirp ../github.com/FortAwesome/Font-Awesome ../github.com/twbs/bootstrap",
"_prepare": "npm run _cp:bs-rfs && npm run _gen-chroma-styles",
"build:preview": "npm run cd:docs build:preview",
Expand Down

0 comments on commit 4b6f175

Please sign in to comment.