Skip to content

Commit

Permalink
fix: fix building UI project (#2794)
Browse files Browse the repository at this point in the history
* fix: fix building UI project

* fix makefile

* inputspec instead of config

---------

Co-authored-by: Matt Hill <[email protected]>
  • Loading branch information
waterplea and MattDHill authored Dec 2, 2024
1 parent 75e7556 commit 9f640b2
Show file tree
Hide file tree
Showing 54 changed files with 12,554 additions and 10,114 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ web/dist/raw/setup-wizard/index.html: $(WEB_SETUP_WIZARD_SRC) $(WEB_SHARED_SRC)
touch web/dist/raw/setup-wizard/index.html

web/dist/raw/install-wizard/index.html: $(WEB_INSTALL_WIZARD_SRC) $(WEB_SHARED_SRC) web/.angular/.updated
npm --prefix web run build:install-wiz
npm --prefix web run build:install
touch web/dist/raw/install-wizard/index.html

$(COMPRESSED_WEB_UIS): $(WEB_UIS) $(ENVIRONMENT_FILE)
Expand Down
2 changes: 1 addition & 1 deletion sdk/base/lib/s9pk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class S9pk {
),
)

return new S9pk(manifest, archive, source.length)
return new S9pk(manifest, archive, source.size)
}
async icon(): Promise<DataUrl> {
const iconName = Object.keys(this.archive.contents.contents).find(
Expand Down
6,449 changes: 3,387 additions & 3,062 deletions sdk/base/package-lock.json

Large diffs are not rendered by default.

6,717 changes: 3,612 additions & 3,105 deletions sdk/package/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9f640b2

Please sign in to comment.