Tweaks and improvements
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"name": "...",
|
||||
"name": "mifi-holdings-landing",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.29.3",
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"lint": "yamllint .woodpecker/ci.yml .woodpecker/build.yml .woodpecker/deploy.yml docker-compose.yml",
|
||||
"docker:build": "docker build --platform linux/amd64 -t git.mifi.dev/.../...:latest .",
|
||||
"docker:push": "docker push git.mifi.dev/.../...:latest"
|
||||
"docker:build": "docker build --platform linux/amd64 -t git.mifi.dev/mifi-holdings/landing:latest .",
|
||||
"docker:push": "docker push git.mifi.dev/mifi-holdings/landing:latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.4.2",
|
||||
@@ -16,6 +15,6 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/.../...git"
|
||||
"url": "https://github.com/mifi-holdings/landing.git"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user