fix(animation): lost animation

This commit is contained in:
Dillon
2020-03-11 00:50:06 +08:00
parent 3b107068a6
commit 9004e375fd
6 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
},
"scripts": {
"build": "npx babel src --out-file assets/js/theme.min.js --source-maps",
"start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"start": "npm run build && hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"copy": "hugo -v --source=exampleSite --themesDir=../.. -D --gc --minify && rm -rf resources && cp -rf exampleSite/resources resources"
},
"husky": {