Skip to content

Commit

Permalink
dist instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhutchins182 committed Jun 1, 2022
1 parent e256caf commit 37c8cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm publish
working-directory: ./build
working-directory: ./dist
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Changelog
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ test/*/browser
.tern-project
.project
.settings/
/dist

0 comments on commit 37c8cb4

Please sign in to comment.