fix: deployment of astro to gh pages (#2620)
Some checks are pending
Release / Release (push) Waiting to run
Some checks are pending
Release / Release (push) Waiting to run
This commit is contained in:
parent
c0d5e1918e
commit
e0836bcca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue