ci: add repository to package.json
This commit is contained in:
parent
a5224bb436
commit
6695e200f2
|
@ -3,6 +3,10 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "gitea@git.lumeweb.com:LumeWeb/lumeweb.com.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "TAILWIND_MODE=watch astro dev",
|
"dev": "TAILWIND_MODE=watch astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
Loading…
Reference in New Issue