We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc031cc commit 7184341Copy full SHA for 7184341
2 files changed
charm/charmcraft.yaml
@@ -12,7 +12,7 @@ bases:
12
13
summary: The charm for the snapcraft.io website
14
15
-description: The charm for the snapcraft.io website, built with the PaaS app charmer
+description: The charm for the snapcraft.io website, built with the PaaS app charmer.
16
17
extensions:
18
- flask-framework
rockcraft.yaml
@@ -26,8 +26,8 @@ parts:
26
yarn install
27
# build the UI
28
yarn run build
29
- # mkdir -p "$CRAFT_PART_INSTALL/flask/app"
30
- # cp -r static "$CRAFT_PART_INSTALL/flask/app/"
+ mkdir -p "$CRAFT_PART_INSTALL/flask/app"
+ cp -r static "$CRAFT_PART_INSTALL/flask/app/"
31
flask-framework/install-app:
32
after:
33
- build-ui
0 commit comments