Skip to content

Commit 96111ea

Browse files
committed
chore: turn on publishing
1 parent 5978acf commit 96111ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Currently migration will involve rewrites to:
109109
- [ ] full-width-table
110110
- [ ] material-ui-components
111111
- [ ] material-UI-enhanced-table
112-
- [ ] [Documentation](https://react-table-v8.tanstack.com/)
112+
- [ ] [Documentation](https://github.com/tanstack/react-table/tree/alpha/docs/)
113113
- [ ] API
114114
- [ ] Core
115115
- [ ] Columns
@@ -151,7 +151,7 @@ yarn add @tanstack/react-table@alpha
151151
- Try it out in your own projects.
152152
- Introspect the types! Even without the docs finished, the library ships with 100% typescript to help you explore its capabilities.
153153
- [Read the contribution guidelines](https://gitub.com/tanstack/react-table/tree/alpha/CONTRIBUTING.md)
154-
- Write some docs! Start with the [API docs](https://react-table-v8.tanstack.com/docs/api-reference) and try adding some information about one or more of the features. The types do a decent job of showing what's supported and the capabilities of the library.
154+
- Write some docs! Start with the [API docs](https://github.com/tanstack/react-table/tree/alpha/docs/docs/api-reference) and try adding some information about one or more of the features. The types do a decent job of showing what's supported and the capabilities of the library.
155155
- Try your hand at migrating an example to v8! The todo list for the examples is above!
156156
- **Using a plugin?** Try rewriting your plugin (v8 doesn't have a plugin system any more) as a wrapping hook/function that uses `useTable` internally. The new API is much more powerful and easier to compose. If you find something you can't figure out, let us know and we'll add it to the API.
157157

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async function run() {
385385
});
386386
}
387387

388-
if (!process.env.CI || "hello") {
388+
if (!process.env.CI) {
389389
console.warn(
390390
`This is a dry run for version ${version}. Push to CI to publish for real or set CI=true to override!`
391391
);

0 commit comments

Comments
 (0)