Skip to content

Commit

Permalink
Update readme workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Mar 19, 2022
1 parent f53fdd4 commit 5e60a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: cp README.md packages/react-arborist/README.md
- run: yarn
- run: yarn workspace react-arborist build
- run: yarn workspace react-arborist npm publish
Expand Down
2 changes: 2 additions & 0 deletions packages/react-arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"main": "dist/index.js",
"module": "dist/module.js",
"types": "dist/index.d.ts",
"repository": "github:brimdata/react-arborist",
"homepage": "https://github.com/brimdata/react-arborist",
"dependencies": {
"memoize-one": "^6.0.0",
"react-dnd": "^14.0.3",
Expand Down

0 comments on commit 5e60a5c

Please sign in to comment.