fix: deployment of astro to gh pages (#2620)
Some checks are pending
Release / Release (push) Waiting to run

This commit is contained in:
Pavlik Kiselev 2025-11-16 20:53:45 +01:00 committed by GitHub
parent c0d5e1918e
commit e0836bcca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
"debug:no-scoped-registries-polyfill": "npm run debug -- --no-scoped-registries-polyfill", "debug:no-scoped-registries-polyfill": "npm run debug -- --no-scoped-registries-polyfill",
"debug:webkit": "web-test-runner --watch --config web-test-runner-webkit.config.mjs", "debug:webkit": "web-test-runner --watch --config web-test-runner-webkit.config.mjs",
"predeploy": "npm run build", "predeploy": "npm run build",
"deploy": "gh-pages -d _site -r git@github.com:ing-bank/lion", "deploy": "gh-pages -d _site -r git@github.com:ing-bank/lion --nojekyll",
"dev": "astro dev --force", "dev": "astro dev --force",
"format": "npm run format:eslint && npm run format:prettier", "format": "npm run format:eslint && npm run format:prettier",
"format:eslint": "eslint --ext .js,.html . --fix", "format:eslint": "eslint --ext .js,.html . --fix",