Skip to content

Commit

Permalink
fix: bring back dist dir to fix bundle script (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Mar 23, 2020
1 parent 617bd02 commit eba0859
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: npm test
- name: Generate bundle.js for the browser
run: npm run bundle
run: npm run prepublishOnly
- name: Get version from package.json before release step
id: initversion
run: echo "::set-output name=version::$(npm run get-version --silent)"
Expand Down
Empty file added dist/.keep
Empty file.

0 comments on commit eba0859

Please sign in to comment.