fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-26 16:16:12 +02:00
parent 2635a7170c
commit 1990cae45c
3 changed files with 11 additions and 14 deletions

13
package-lock.json generated
View File

@ -1,13 +0,0 @@
{
"name": "ht-docker-clickhouse",
"version": "1.0.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ht-docker-clickhouse",
"version": "1.0.13",
"license": "MIT"
}
}
}

View File

@ -6,7 +6,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"testBuild": "docker build -t yandex . && docker rmi yandex"
"testBuild": "docker build -t yandex . && docker rmi yandex",
"build": "echo 'not needed.'"
},
"repository": {
"type": "git",

9
pnpm-lock.yaml Normal file
View File

@ -0,0 +1,9 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.: {}