We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3241bb6 + 8643c0f commit ae3e737Copy full SHA for ae3e737
.github/workflows/snapit.yml
@@ -23,5 +23,5 @@ jobs:
23
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25
with:
26
- build_script: pnpm type-check || true && pnpm build
+ build_script: pnpm build:snapit
27
comment_command: /snapit
package.json
@@ -10,6 +10,7 @@
10
],
11
"scripts": {
12
"build": "pnpm -r run build",
13
+ "build:snapit": "pnpm type-check || true && pnpm build",
14
"format": "prettier --write --cache .",
15
"lint": "prettier --check --cache .",
16
"test": "vitest",
0 commit comments