diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-17 18:33:38 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-05-19 15:45:44 +0200 |
commit | da49e3f3e07158e3aec22efec26ff758c0f04598 (patch) | |
tree | f35da39cf5c42eba34416180f2863a27bda0ed78 /.github | |
parent | 18dd460720b762ff644f3292724c7aad2c9e551d (diff) | |
download | nextcloud-server-da49e3f3e07158e3aec22efec26ff758c0f04598.tar.gz nextcloud-server-da49e3f3e07158e3aec22efec26ff758c0f04598.zip |
Port share by mail settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/command-compile.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 090324e987b..24af3eff5cf 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -86,6 +86,12 @@ jobs: npm ci npm run build --if-present + - name: Build css + run: npm run sass + + - name: Build icons css + run: npm run sass:icons + - name: Commit and push default if: ${{ needs.init.outputs.arg1 != 'fixup' && needs.init.outputs.arg1 != 'amend' }} run: | |