Skip to content

Commit ae3e737

Browse files
authored
Merge pull request #524 from Shopify/i10k/fix_snapit
Fix snapit script
2 parents 3241bb6 + 8643c0f commit ae3e737

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2525
with:
26-
build_script: pnpm type-check || true && pnpm build
26+
build_script: pnpm build:snapit
2727
comment_command: /snapit

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"scripts": {
1212
"build": "pnpm -r run build",
13+
"build:snapit": "pnpm type-check || true && pnpm build",
1314
"format": "prettier --write --cache .",
1415
"lint": "prettier --check --cache .",
1516
"test": "vitest",

0 commit comments

Comments
 (0)