.gitlab-ci.yml
0 → 100644
+12
−0
+1
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -21,9 +21,7 @@ | ||
"tsx": "^4.21.0"
|
||
},
|
||
"scripts": {
|
||
"build": "tsc",
|
||
"start": "node dist/index.js",
|
||
"start:dev": "tsx -r dotenv/config --watch src/index.ts"
|
||
"build": "tsc"
|
||
},
|
||
"publishConfig": {
|
||
"@sc07:registry": "https://sc07.dev/api/v4/projects/78/packages/npm/"
|
||
Loading