Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-10 19:50:06 +0300
committerDillon <dillonzq@outlook.com>2020-03-10 19:50:06 +0300
commit9004e375fddacf4002e903c46806ba296f203484 (patch)
treed52a3b2a996604b3e040abb509728ea670cf21eb /package.json
parent3b107068a663a4f9e6df941fb98ec4d7e5a5422c (diff)
fix(animation): lost animation
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 90b7749..0739d82 100644
--- a/package.json
+++ b/package.json
@@ -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": {