You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Renders Liquid templates and packages them alongside static files, with stacking for global, grouped, and build-specific config, templates, and files.",
"main": "script/render.js",
"scripts": {
"render": "node script/render.js",
"package": "node script/package.js",
"liquid-build": "npm run render && npm run package"