Skip to content

Commit

Permalink
fix exporting by index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ammichael committed Mar 1, 2020
1 parent f397834 commit 525bc5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install
run: yarn install
- name: Bundle
run: tsc
- name: Publish
run: npm publish
env:
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './src';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",
"pretty": "prettier --config ./.prettierrc.js --write \"src/**/*.js\"",
"clean": "rm -rf ./node_modules && yarn install",
"prepublish": "tsc",
"precommit": "yarn lint",
"postversion": "git push && git push --tags",
"version:patch": "npm version patch",
Expand Down

0 comments on commit 525bc5c

Please sign in to comment.