Skip to content

Commit

Permalink
[chores] Fixed dir creation in build:fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 20, 2024
1 parent 5548e8c commit adcaf9f
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 @@ -4,7 +4,7 @@
"main": "Makefile",
"license": "UNLICENSED",
"scripts": {
"build:fontawesome": "cp -r node_modules/@fortawesome/fontawesome-free/webfonts theme/static/css/fontawesome-free-webfonts",
"build:fontawesome": "mkdir -p theme/static/css/fontawesome-free-webfonts && cp -r node_modules/@fortawesome/fontawesome-free/webfonts theme/static/css/fontawesome-free-webfonts",
"build:sass": "sass --load-path=node_modules css/theme.scss theme/static/css/theme.css",
"build:postcss": "postcss theme/static/css/theme.css --output theme/static/css/theme.min.css --map",
"build:css": "npm run build:fontawesome && npm run build:sass && npm run build:postcss",
Expand Down

0 comments on commit adcaf9f

Please sign in to comment.