mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
fix(docs): build liquid bundle before hexo serve
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@
|
|||||||
"version": "7.3.0"
|
"version": "7.3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "npm --prefix .. run build:contributors",
|
"prebuild": "npm --prefix .. run build:docs-liquid && npm --prefix .. run build:contributors",
|
||||||
|
"prestart": "npm --prefix .. run build:docs-liquid && npm --prefix .. run build:contributors",
|
||||||
"build": "hexo generate",
|
"build": "hexo generate",
|
||||||
"start": "hexo serve",
|
"start": "hexo serve",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
|||||||
Reference in New Issue
Block a user