Skip to content

Commit

Permalink
fix(release-file): fix release file
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Feb 2, 2020
1 parent 34e6443 commit d3f0503
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
npm run build --if-present
cd .. && cd ..
npm ci
npm run build --if-present
env:
CI: true
npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.gh_token }}
Expand Down
35 changes: 26 additions & 9 deletions src/dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3f0503

Please sign in to comment.