Skip to content

Commit 14fc271

Browse files
authored
Merge branch 'main' into pr/vscode-connect-info
2 parents 961a1ae + ad57fa1 commit 14fc271

File tree

4 files changed

+629
-13
lines changed

4 files changed

+629
-13
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Pull Request Prerelease
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- "**"
8+
tags:
9+
- "!**"
10+
11+
jobs:
12+
vscode-package:
13+
name: "@apollo/client-devtools-vscode"
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout repo
17+
uses: actions/checkout@v4
18+
19+
- name: Setup Node.js 20.x
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: 20.x
23+
24+
- run: npm ci
25+
26+
- name: Publish to pkg.pr.new
27+
run: npm run pkg-pr-new-publish

0 commit comments

Comments
 (0)