From 7fcbf438a559e8b3d9a176015b5af757d2142d93 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 29 Sep 2024 11:11:49 +0200 Subject: Remove deprecated build option --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1436613..72a347f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Serghei Iakovlev ", "main": "index.js", "scripts": { - "build": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=production hugo --gc --logLevel info --cleanDestinationDir --printUnusedTemplates --printPathWarnings --printMemoryUsage --printI18nWarnings --buildDrafts --buildExpired --buildFuture --forceSyncStatic", + "build": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=production hugo --gc --logLevel info --source=exampleSite --cleanDestinationDir --printUnusedTemplates --printPathWarnings --printMemoryUsage --printI18nWarnings --buildDrafts --buildExpired --buildFuture --forceSyncStatic", "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --logLevel info --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "test": "playwright test", "lint": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js netlify-preview.js", -- cgit v1.2.3