mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -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"
|
||||
},
|
||||
"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",
|
||||
"start": "hexo serve",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user