From 87bf5042373d2ba353adb24a1aa08bfff732da32 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Wed, 24 Mar 2021 21:22:00 +0100 Subject: [PATCH] Update locale path in build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dfa3a5d6..144950b49 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "lint": "eslint src", "check": "npm run lint && npm run test", "build": "npm run check && run-s build:*", - "build:js": "grapesjs-cli build --targets=\"> 1%, ie 11, safari 8, not dead\" --statsOutput=\"stats.json\"", + "build:js": "grapesjs-cli build --targets=\"> 1%, ie 11, safari 8, not dead\" --statsOutput=\"stats.json\" --localePath=\"src/i18n/locale\"", "build:css": "sass src/styles/scss/main.scss dist/css/grapes.min.css --no-source-map --style=compressed --load-path=node_modules", "build:locale": "rm -rf ./locale && node scripts/build-locale.js && babel locale -d locale --copy-files --no-comments", "start": "run-p start:*",