Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jul 11, 2024
1 parent 5b972bf commit 976dc7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"scripts": {
"build": "techor build",
"dev": "pnpm build --watch",
"test": "vitest",
"type-check": "tsc --noEmit",
"lint": "eslint src"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"build": "techor build \"src/**/*.tsx\"",
"dev": "pnpm build --watch",
"type-check": "tsc --noEmit",
"lint": "eslint src",
"e2e": "playwright test -c e2e/playwright-ct.config.ts"
"lint": "eslint src"
},
"license": "MIT",
"description": "Master UI for React",
Expand Down

0 comments on commit 976dc7a

Please sign in to comment.