diff --git a/package.json b/package.json index ec1be950c..2657ba101 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,9 @@ "lint:scss": "stylelint **/*.scss", "lint:types": "tsc --noEmit", "lint": "npm-run-all lint:js lint:scss lint:md lint:types", - "production": "NODE_ENV=production npm run setup && NODE_ENV=production npm run eleventy -- --quiet", + "_production": "NODE_ENV=production npm run setup && NODE_ENV=production npm run eleventy -- --quiet", + "production": "NODE_ENV=production npm run setup && NODE_ENV=production npm run eleventy -- --quiet && npm run move", + "move": "mv dist/js dist/en && mv dist/css dist/en", "snapshots": "percy snapshot ./dist", "rollup:watch": "chokidar \"site/**/*.js\" -c \"npx rollup -c\"", "rollup": "npx rollup -c",