diff --git a/package.json b/package.json index 7d91144..239d30a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "lint": "eslint 'theme/static/src/js/'", "build-js": "./scripts/build-js.sh", "build-scss": "bash scripts/build-scss.sh", + "build-fonts": "cp -R node_modules/bootstrap-sass/assets/fonts/bootstrap/* theme/static/build/fonts/ && cp -R node_modules/ionicons/dist/fonts theme/static/build/ ", "create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img", "test": "npm run lint", "spellcheck": "mdspell --en-gb -ranx \"templates/**/*.*\""