Skip to content

Commit

Permalink
Fix release script (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruugey authored Jul 6, 2023
1 parent e08acd7 commit b3faae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
run: yarn

- name: Build packages
run: yarn build:packages
run: yarn build

- name: Build typescript
run: yarn build:ts
run: yarn tsc

- name: Build TSDoc
run: yarn docs:tsdoc
run: yarn build:docs

- name: Establish Chromatic baseline
uses: chromaui/action@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"test": "npx ts-node ./scripts/test.ts",
"test:local": "yarn test",
"test:ssr": "yarn test --ssr",
"tsc": "turbo run tsc",
"unlink": "./scripts/unlink.sh",
"update:proptypes": "npx ts-node ./scripts/proptypes.ts",
"validate": "npm-run-all --parallel validate:*",
Expand Down

0 comments on commit b3faae3

Please sign in to comment.