Skip to content

Commit

Permalink
chore: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Apr 11, 2024
1 parent 569dda6 commit bf7976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"build": "tsup",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
"lint:knip": "pnpm knip",
"lint:knip": "knip",
"lint:installed-check": "installed-check",
"lint:types": "pnpm tsc",
"lint:types": "tsc",
"changeset": "changeset",
"ci-release": "pnpm build && changeset publish",
"dev-docs": "retype start",
Expand Down

0 comments on commit bf7976b

Please sign in to comment.