We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38df59 commit 33e2fa8Copy full SHA for 33e2fa8
1 file changed
rockcraft.yaml
@@ -23,7 +23,7 @@ parts:
23
set -eux
24
# install dependencies
25
npm install -g yarn
26
- yarn install
+ yarn install --immutable
27
# build the UI
28
yarn run build
29
mkdir -p "$CRAFT_PART_INSTALL/flask/app"
@@ -34,6 +34,7 @@ parts:
34
prime:
35
- flask/app/.env
36
- flask/app/app.py
37
+ - flask/app/cache
38
- flask/app/webapp
39
- flask/app/templates
40
# - flask/app/static # it already gets copied in the build-ui step
0 commit comments