Skip to content

Commit

Permalink
Добавляет памяти (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor authored Mar 25, 2024
1 parent ea10c84 commit eb03212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"url": "https://github.com/doka-guide/platform"
},
"scripts": {
"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\"",
"debug": "cross-env-shell NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 \"npm run make-links && node --inspect-brk node_modules/@11ty/eleventy/cmd.js --serve --quiet\"",
"start": "cross-env-shell NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 \"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=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))",
Expand Down

0 comments on commit eb03212

Please sign in to comment.