Skip to content

Commit 602799e

Browse files
authored
Merge pull request #3449 from Shopify/fix-snapshot-2
Second attempt to fix snapshot
2 parents 53a80b2 + 4a9bfc4 commit 602799e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
with:
25-
build_script: yarn snapshot
25+
build_script: yarn build
2626
comment_command: /snapit

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"run:ts": "babel-node --extensions .ts,.tsx,.mjs,.js,.json",
3030
"run:ts:watch": "nodemon --ext .ts,.tsx,.mjs,.json,.graphql node_modules/.bin/babel-node --extensions .ts,.tsx,.mjs,.js,.json",
3131
"type-check": "loom type-check",
32-
"changeset:exit-pre-mode": "test -f .changeset/pre.json && jq -e '.mode == \"pre\"' .changeset/pre.json > /dev/null && yarn changeset pre exit || true",
33-
"snapshot": "yarn build && yarn changeset pre exit"
32+
"changeset:exit-pre-mode": "test -f .changeset/pre.json && jq -e '.mode == \"pre\"' .changeset/pre.json > /dev/null && yarn changeset pre exit || true"
3433
},
3534
"devDependencies": {
3635
"@babel/node": "^7.8.7",

0 commit comments

Comments
 (0)