Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 24, 2024
1 parent c0516ba commit 4dbc940
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch --onSuccess \"tsup --dts-only \"",
"lint:deno": "deno lint --rules-exclude=no-explicit-any --ignore=node_modules ./*.ts tests/**/*.ts",
"lint:node": "eslint **/*.json **/*.ts --no-warn-ignored",
"lint:code": "eslint **/*.json **/*.ts --no-warn-ignored",
"lint:deps": "knip --production",
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
"prepare": "husky",
"publish:jsr": "deno publish",
"publish:npm": "np --no-yarn --any-branch",
"test:deno": "deno run --allow-all --unstable-sloppy-imports npm:uvu tests",
"test:node": "uvu tests --require tsm --ignore \"fixtures\" --ignore \"helper.ts\"",
"test": "npm-run-all --parallel test:*"
"test": "uvu tests --require tsm --ignore \"fixtures\" --ignore \"helper.ts\""
},
"dependencies": {
"kleur": "^4.1.5",
Expand Down

0 comments on commit 4dbc940

Please sign in to comment.