Skip to content

Commit db5887c

Browse files
committed
ignore scripts on build
1 parent e03d6a8 commit db5887c

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: install pnpm
3434
run: npm install -g pnpm
3535
- name: install frontend dependencies
36-
run: pnpm install
36+
run: pnpm install --ignore-scripts
3737

3838
- uses: tauri-apps/tauri-action@v0
3939
env:

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-pnpm-store-
3737
3838
- name: Install dependencies
39-
run: pnpm install
39+
run: pnpm install --ignore-scripts
4040

4141
- name: Check types
4242
run: pnpm run typecheck

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)