Skip to content

Commit

Permalink
Copilot is not ready for tsc yet, but react-client is!
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 18, 2024
1 parent f14a3d2 commit ce9110d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/copilot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext .ts,.tsx && tsc --noemit",
"lint": "eslint ./src --ext .ts,.tsx",
"format": "prettier src/**/*.{ts,tsx} --write --loglevel error",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down
2 changes: 1 addition & 1 deletion libs/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
"dev": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
"lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && tsc --noemit",
"format": "prettier **/*.{ts,tsx} --write --loglevel error",
"test": "echo no tests yet",
"prepublishOnly": "pnpm run build"
Expand Down

0 comments on commit ce9110d

Please sign in to comment.