Skip to content

Commit

Permalink
fix prChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed May 17, 2024
1 parent ae9b985 commit c42cec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions ark/schema/keywords/utils/date.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { root } from "../../scope.js"

type DayDelimiter = "." | "/" | "-"

const dayDelimiterMatcher = /^[./-]$/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"type": "module",
"private": true,
"scripts": {
"prChecks": "pnpm install && pnpm lint && pnpm format && pnpm tnt && pnpm build",
"prChecks": "pnpm lint && pnpm testRepo && pnpm testTsVersions",
"build": "pnpm -r build",
"buildCjs": "ARKTYPE_CJS=1 pnpm -r build",
"test": "pnpm testTyped --skipTypes",
"testTyped": "mocha --exclude 'ark/attest/**/*.test.*'",
"testRepo": "pnpm t && pnpm testTsVersions && cd ./ark/attest && pnpm test",
"testRepo": "pnpm test && cd ./ark/attest && pnpm test",
"testTsVersions": "tsx ./ark/repo/testTsVersions.ts",
"typecheck": "tsc --noEmit",
"lint": "eslint --max-warnings=0 .",
"lint": "prettier --check . && eslint --max-warnings=0 .",
"format": "prettier --write .",
"knip": "knip",
"ci:publish": "changeset publish",
Expand Down

0 comments on commit c42cec5

Please sign in to comment.