Skip to content

Commit

Permalink
fix: publish vue-table
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 20, 2022
1 parent 2986a36 commit 420acc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/config.ts
Expand Up @@ -14,6 +14,11 @@ export const packages: Package[] = [
srcDir: 'packages/solid-table/src',
dependencies: ['@tanstack/table-core'],
},
{
name: '@tanstack/vue-table',
srcDir: 'packages/vue-table/src',
dependencies: ['@tanstack/table-core'],
},
{
name: '@tanstack/react-table-devtools',
srcDir: 'packages/react-table-devtools/src',
Expand Down

1 comment on commit 420acc6

@vercel
Copy link

@vercel vercel bot commented on 420acc6 Apr 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-table – ./

react-table-tanstack.vercel.app
react-table-git-alpha-tanstack.vercel.app
react-table-v8.tanstack.com

Please sign in to comment.