test: CI test for demos

This commit is contained in:
Yang Jun
2024-08-28 00:31:59 +08:00
committed by Jun Yang
parent ce84cd6f43
commit 3eb307ad86
21 changed files with 14849 additions and 8727 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Liquid } from 'liquidjs'
const engine = new Liquid({
extname: '.liquid',
globals: { title: 'LiquidJS Demo' },
globals: { title: 'Webpack Demo for LiquidJS' },
// root files for `.render()` and `.parse()`
root: process.cwd(),
// layout files for `{% layout %}`