Skip to content

Commit

Permalink
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next…
Browse files Browse the repository at this point in the history
…/major
  • Loading branch information
MattDHill committed Dec 2, 2024
2 parents a5bac39 + ef28b01 commit 3121c08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 698 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 3121c08

Please sign in to comment.