File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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'" ,
You can’t perform that action at this time.
0 commit comments