Skip to content

Commit 71a86f3

Browse files
committed
feat: Enabled web-app
1 parent f0628ce commit 71a86f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ parts:
143143
cmake-parameters:
144144
- -DCMAKE_PREFIX_PATH=/usr
145145
- -DCMAKE_INSTALL_PREFIX=/usr
146+
- -DBUILD_WEB_APP=ON
146147
build-packages:
147148
- build-essential
148149
- g++
@@ -154,6 +155,7 @@ parts:
154155
- zlib1g-dev
155156
- pkg-config
156157
- ninja-build
158+
- npm
157159
override-pull: |
158160
craftctl default
159161
VERSION=$(craftctl get version)

0 commit comments

Comments
 (0)