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:*",