We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42b859 commit 6f403c2Copy full SHA for 6f403c2
.github/workflows/push.yml
@@ -9,4 +9,3 @@ jobs:
9
name: Lint, Test, Build
10
uses: ./.github/workflows/on-call-lint-test-build.yml
11
secrets: inherit
12
-
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"build": "tsc",
21
"watch": "tsc -w",
22
- "check": "npm run lint && npm run lint:ts && npm test:coverage",
+ "check": "npm run lint && npm run lint:ts && npm run test:coverage",
23
"lint": "biome check --write --unsafe",
24
"lint:ts": "tsc --noEmit",
25
"prepare": "simple-git-hooks",
0 commit comments