From 6ed7fc820b55d0cee3f017bd34ae268b8e32e7c4 Mon Sep 17 00:00:00 2001 From: Igor Korovchenko Date: Tue, 27 Feb 2024 15:35:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D1=82=20=D0=BF=D1=80=D0=B5=D0=B2=D1=8C=D1=8E=20=D0=B2=20?= =?UTF-8?q?=D1=82=D0=B8=D0=BF=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3756b1d4..4fa99189 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "debug": "cross-env-shell NODE_ENV=development \"npm run make-links && node --inspect-brk node_modules/@11ty/eleventy/cmd.js --serve --quiet\"", "start": "cross-env-shell NODE_ENV=development \"npm run make-links && eleventy --incremental --serve --quiet\"", "build": "cross-env-shell NODE_ENV=production \"npm run make-links && eleventy --quiet && npx gulp\"", - "preview": "cross-env-shell NODE_ENV=development \"npm run make-links && eleventy --quiet && npx gulp\"", + "preview": "cross-env-shell NODE_ENV=production \"npm run make-links && eleventy --quiet && npx gulp\"", "deploy": "cd dist && rsync -e 'ssh -i $HOME/.ssh/doka_deploy -o StrictHostKeyChecking=no' --exclude 'api.json' --exclude 'mail' --archive --progress --compress --delete . deploy@dev.doka.guide:$(echo $(grep 'SERVER_PATH' ../.env | cut -d '=' -f2))", "editorconfig": "editorconfig-checker", "stylelint": "stylelint 'src/styles/**/*.css'",