Skip to content

Commit

Permalink
Don't check in build output (#1717)
Browse files Browse the repository at this point in the history
* Don't check in cjs and esm

* Remove cjs and esm
  • Loading branch information
anniel-stripe committed Mar 17, 2023
1 parent 145b708 commit 03b11d1
Show file tree
Hide file tree
Showing 229 changed files with 2 additions and 10,006 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Expand Up @@ -44,16 +44,6 @@ jobs:
- name: Build Typescript
run: yarn && yarn build

- name: Check for changes
run: |
if [[ `git status --porcelain` ]]; then
git diff
>&2 echo "Changes detected after compiling TypeScript. Please run yarn build and check in all compiled files in cjs/ and esm/."
exit 1
else
exit 0
fi
- name: Lint
run: yarn lint

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
node_modules
cjs
esm
.npm-debug.log
tags
.nyc_output
Expand Down
146 changes: 0 additions & 146 deletions cjs/Error.js

This file was deleted.

0 comments on commit 03b11d1

Please sign in to comment.