diff --git a/package.json b/package.json index 19aa822..345b350 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dist": "npm run clean && npm run copy && webpack --progress --bail --env dist -p", "lint": "eslint ./src", "clean": "rimraf dist/*", - "copy": "copyfiles -f ./src/index.html ./src/favicon.ico ./dist", + "copy": "copyfiles -f ./src/index.html ./dist && copyfiles -u 1 \"./src/static/**\" ./dist", "release:major": "npm version prerelease && git push --follow-tags && npm publish --tag beta", "release:minor": "npm version prerelease && git push --follow-tags && npm publish --tag beta", "release:patch": "npm version prerelease && git push --follow-tags && npm publish --tag beta" diff --git a/src/index.html b/src/index.html index 6b6de33..73b3cea 100644 --- a/src/index.html +++ b/src/index.html @@ -6,6 +6,7 @@ +