Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 9, 2024
2 parents 38104fd + 236c3f3 commit 93f37db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: CI - Build & Preview

on: [pull_request]

Expand All @@ -22,4 +22,8 @@ jobs:
run: pnpm ci:install

- name: Build EC-Twoslash
run: pnpm ci:build:twoslash
run: pnpm ci:build:twoslash

- name: Publish packages
run: pnpx pkg-pr-new publish --pnpm './packages/*'

0 comments on commit 93f37db

Please sign in to comment.