delete patch dump and ack-welcome references

This commit is contained in:
Matt Hill
2024-12-02 16:58:39 -07:00
parent f48750c22c
commit ef28b01286
3 changed files with 1 additions and 698 deletions

View File

@@ -304,10 +304,6 @@ $(COMPRESSED_WEB_UIS): $(WEB_UIS) $(ENVIRONMENT_FILE)
web/config.json: $(GIT_HASH_FILE) web/config-sample.json
jq '.useMocks = false' web/config-sample.json | jq '.gitHash = "$(shell cat GIT_HASH.txt)"' > web/config.json
web/patchdb-ui-seed.json: web/package.json
jq '."ack-welcome" = $(shell jq '.version' web/package.json)' web/patchdb-ui-seed.json > ui-seed.tmp
mv ui-seed.tmp web/patchdb-ui-seed.json
patch-db/client/node_modules/.package-lock.json: patch-db/client/package.json
npm --prefix patch-db/client ci
touch patch-db/client/node_modules/.package-lock.json

690
code

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,5 @@
{
"name": null,
"ackWelcome": "0.0.0",
"marketplace": {
"selectedUrl": "https://registry.start9.com/",
"knownHosts": {
@@ -12,7 +11,6 @@
}
}
},
"dev": {},
"gaming": {
"snake": {
"highScore": 0
@@ -20,6 +18,5 @@
},
"ackInstructions": {},
"theme": "Dark",
"widgets": [],
"ack-welcome": "0.3.6-alpha.9"
"widgets": []
}