Skip to content

Commit

Permalink
Переводит превью в тип сборки для прода
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Feb 27, 2024
1 parent 49210f0 commit 6ed7fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 . [email protected]:$(echo $(grep 'SERVER_PATH' ../.env | cut -d '=' -f2))",
"editorconfig": "editorconfig-checker",
"stylelint": "stylelint 'src/styles/**/*.css'",
Expand Down

0 comments on commit 6ed7fc8

Please sign in to comment.