diff --git a/package.json b/package.json index 0f2a48d91..1c119a0be 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch", "html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-html", "lint": "npm-run-all --parallel js-lint css-lint", - "fonts": "cp fonts dist/fonts", + "fonts": "cp -R fonts/* dist/fonts", "clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/fonts", "css": "npm-run-all css-compile css-prefix css-minify", "css-compile": "node build/scss-compile.js",