Skip to content

Commit

Permalink
fix: missing index.js from dist (#224)
Browse files Browse the repository at this point in the history
* fix: missing index.js from dist

Co-authored-by: simonlovesyou <simonljohansson92@gmail.com>

* build: add on push

Co-authored-by: simonlovesyou <simonljohansson92@gmail.com>
  • Loading branch information
ricokahler and simonlovesyou authored Jun 29, 2022
1 parent 219179d commit dd4b1da
Show file tree
Hide file tree
Showing 5 changed files with 29,229 additions and 7,207 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test
on:
- pull_request
- push

jobs:
release:
Expand Down
17 changes: 9 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
.github
.vscode
node_modules
scripts
.babelrc
.eslintrc
.gitignore
.prettierrc
index.js
index.test.js
index.types-test.tsx
jest.config.js
package-lock.json
renovate.json
tsconfig.json
.releaserc.json
.npmrc
/scripts
/index.js
/index.test.js
/index.types-test.tsx
/jest.config.js
/package-lock.json
/renovate.json
/tsconfig.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
Loading

0 comments on commit dd4b1da

Please sign in to comment.