We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d4201 commit 2d07e8aCopy full SHA for 2d07e8a
.github/workflows/ci.yml
@@ -16,27 +16,29 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
-
+
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v3
22
with:
23
node-version: ${{ matrix.node-version }}
24
cache: 'npm'
25
26
- name: Install dependencies
27
run: npm ci
28
29
- name: Build
30
run: npm run build
31
32
- name: Lint
33
run: npm run lint
34
35
- name: Check formatting
36
run: npm run format:check
37
38
- name: Type check
39
run: npm run typecheck
40
41
- name: Run tests
42
run: npm test
43
44
+ - run: pnpm dlx pkg-pr-new publish
.github/workflows/pkg-pr-new.yml
0 commit comments