Skip to content

Commit

Permalink
fix: publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley committed Mar 8, 2022
1 parent a4faa0d commit decf37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion packages/gboost-ui/src/QueryTable/QueryTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface Column {
sortable?: boolean;
/**
* Defines max argument in grid-template-columns property
* minmax(150px, <width>)
* minmax(150px, insert-width)
* @example "20%"
* @example "400px"
* @default "1fr"
Expand Down

0 comments on commit decf37a

Please sign in to comment.