Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 23, 2024
1 parent 6e0a845 commit 271b5a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "npm run build && vite --open",
"test": "npm run build && vitest run --coverage && playwright test",
"build": "tsc -b --clean && tsc -b",
"build": "tsc -b --clean && tsc -b && npm run -w devtools-ui build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.examples.json"
},
{
"path": "./tsconfig.node.json"
}
Expand Down

0 comments on commit 271b5a9

Please sign in to comment.