We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921ad65 commit c0bd2a7Copy full SHA for c0bd2a7
.github/workflows/publish-packages.yml
@@ -39,6 +39,10 @@ jobs:
39
- name: Install Dependencies
40
uses: ./.github/workflows/actions/install-dependencies
41
42
+ - name: Install TS dependencies
43
+ shell: bash
44
+ run: pnpm install --frozen-lockfile
45
+
46
- name: Lint
47
run: pnpm lint
48
.github/workflows/ts-build.yml
@@ -21,6 +21,10 @@ jobs:
21
22
23
24
25
26
27
28
29
30
0 commit comments