Skip to content

Commit

Permalink
chore: update prettier script, remove md and update tsc script
Browse files Browse the repository at this point in the history
  • Loading branch information
danpacho committed Mar 10, 2024
1 parent 08779c2 commit 818f1d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test:watch": "vitest --watch -u",
"test:coverage": "vitest run --coverage",
"test:ci": "pnpm test:coverage && pnpm prettier && pnpm ts:typecheck && pnpm build",
"ts:typecheck": "tsc --noEmit --allowImportingTsExtensions --skipLibCheck",
"ts:typecheck": "tsc --noEmit --allowImportingTsExtensions --skipLibCheck --jsx react-jsx",
"ts:performance": "rimraf ts-perf && tsc --noEmit --generateTrace ts-perf",
"reset": "pnpm clean && pnpm -r --parallel exec rimraf node_modules && rimraf node_modules",
"prepublish": "pnpm test:ci && pnpm bench",
"prettier": "prettier 'packages/**/*.{ts,js,md,astro}' --check",
"prettier:fix": "prettier 'packages/**/*.{ts,js,md,astro}' --write",
"prettier": "prettier 'packages/**/*.{ts,js,astro}' --check",
"prettier:fix": "prettier 'packages/**/*.{ts,js,astro}' --write",
"eslint": "eslint 'packages/**/*.{ts,astro}'",
"eslint:fix": "eslint --fix 'packages/**/*.{ts,astro}'",
"release": "pnpm build && changeset publish",
Expand Down

0 comments on commit 818f1d7

Please sign in to comment.