Skip to content

Commit

Permalink
chore: pkg build script
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Oct 10, 2021
1 parent 050dcdb commit 3536afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
const content = await createChangelog('https://github.com/'+process.env.GITHUB_REPOSITORY)
core.exportVariable('CHANGELOG', content)
core.exportVariable('VERSION', tag)
- name: Install dependencies
run: yarn install
- name: Build
run: |
rm -rf ./packages/sharelist-webdav
yarn install
yarn build-web
mkdir -p ./packages/sharelist/theme/default
mkdir -p ./packages/sharelist/plugins
Expand Down

0 comments on commit 3536afc

Please sign in to comment.