Skip to content

Commit 6ed7fc8

Browse files
committed
Переводит превью в тип сборки для прода
1 parent 49210f0 commit 6ed7fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"debug": "cross-env-shell NODE_ENV=development \"npm run make-links && node --inspect-brk node_modules/@11ty/eleventy/cmd.js --serve --quiet\"",
2525
"start": "cross-env-shell NODE_ENV=development \"npm run make-links && eleventy --incremental --serve --quiet\"",
2626
"build": "cross-env-shell NODE_ENV=production \"npm run make-links && eleventy --quiet && npx gulp\"",
27-
"preview": "cross-env-shell NODE_ENV=development \"npm run make-links && eleventy --quiet && npx gulp\"",
27+
"preview": "cross-env-shell NODE_ENV=production \"npm run make-links && eleventy --quiet && npx gulp\"",
2828
"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))",
2929
"editorconfig": "editorconfig-checker",
3030
"stylelint": "stylelint 'src/styles/**/*.css'",

0 commit comments

Comments
 (0)