~xdavidwu/element.xdavidwu.link

4da35a04a5fefbc1969340f32784cf5b270757fa — xdavidwu 2 years ago 7e51507
build: fix tasks def
1 files changed, 10 insertions(+), 10 deletions(-)

M .build.yml
M .build.yml => .build.yml +10 -10
@@ 15,13 15,13 @@ packages:
sources:
  - https://github.com/vector-im/element-web#v1.10.8
tasks:
  build: |
    cd element-web
    yarn install --frozen-lockfile
    yarn build
  pack: |
    cp config.json element-web/webapp/
    cp Information_Block.ogg element-web/webapp/media/message.ogg
    tar -C element-web/webapp -cvz . > https.tar.gz
  publish: |
    hut pages publish https.tar.gz --domain element.xdavidwu.link
  - build: |
      cd element-web
      yarn install --frozen-lockfile
      yarn build
  - pack: |
      cp config.json element-web/webapp/
      cp Information_Block.ogg element-web/webapp/media/message.ogg
      tar -C element-web/webapp -cvz . > https.tar.gz
  - publish: |
      hut pages publish https.tar.gz --domain element.xdavidwu.link