ci: add repository to package.json
This commit is contained in:
parent
3b7b960995
commit
253ebf2623
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/kernel-sandbox",
|
"name": "@lumeweb/kernel-sandbox",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "gitea@git.lumeweb.com:LumeWeb/kernel-sandbox.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "presetter bootstrap",
|
"prepare": "presetter bootstrap",
|
||||||
"build": "run build build:bin build:lib",
|
"build": "run build build:bin build:lib",
|
||||||
|
|
Loading…
Reference in New Issue