diff --git a/package.json b/package.json index c825def..0467b01 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/app.ts", "scripts": { "dev": "nodemon src/app.ts", - "build": "rimraf ./dist && tsc && cp-cli ./src/templates ./dist/templates", + "build": "rimraf ./dist && tsc && cp-cli ./src/templates ./dist/templates && cp-cli ./src/locales ./dist/locales", "licenses:export": "license-exporter --markdown", "release": "release-it --only-version", "translations:sort": "node sort_translations.js" @@ -83,4 +83,4 @@ "publish": false } } -} +} \ No newline at end of file