chore(global): update configs and scripts

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-10-12 19:28:53 +00:00
parent 9916d88b83
commit 25d3523d96
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 858 additions and 635 deletions

View file

@ -6,7 +6,7 @@
"start": "npm run dev",
"dev": "bash ./bin/localdev.sh",
"build": "bash ./bin/build.sh",
"deploy": "./bin/deploykit-pages.sh",
"deploy": "dotenvx run -f .env.ci -- bash ./bin/deploy.sh",
"docker:ci": "DOCKER_BUILDKIT=1 docker build -t dock.mau.dev/andreijiroh-dev/website/build-ci:localdev ./docker"
},
"repository": {
@ -21,6 +21,6 @@
},
"homepage": "https://andreijiroh.xyz",
"devDependencies": {
"wrangler": "^3.57.2"
"wrangler": "^3.77.0"
}
}