Skip to content

Commit

Permalink
chore: remove dist folder again
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdevpereira committed Oct 13, 2022
1 parent d23352e commit 6910692
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 433 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies 📦
run: pnpm install

- name: Build action
run: pnpm build

- name: Test & Publish to Cloudflare 🧪
uses: ./
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/coverage
/coverage
/dist
Loading

0 comments on commit 6910692

Please sign in to comment.