diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e24447eb..99e78baf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: # publish doesn't run on every push to main # TODO: update to use native changeset option to use PNPM when this merges: # https://github.com/changesets/changesets/pull/674 - publish: shopt -s expand_aliases && alias npm="pnpm" && pnpm changeset publish + publish: pnpm changeset publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/packages/gboost-ui/src/QueryTable/QueryTable.tsx b/packages/gboost-ui/src/QueryTable/QueryTable.tsx index 9cebb4ca..a740acbe 100644 --- a/packages/gboost-ui/src/QueryTable/QueryTable.tsx +++ b/packages/gboost-ui/src/QueryTable/QueryTable.tsx @@ -55,7 +55,7 @@ export interface Column { sortable?: boolean; /** * Defines max argument in grid-template-columns property - * minmax(150px, ) + * minmax(150px, insert-width) * @example "20%" * @example "400px" * @default "1fr"