Skip to content

Commit

Permalink
fix npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jan 17, 2025
1 parent d200f00 commit ccfae31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions devtools-ui/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"rootDir": "./src",
"outDir": "./lib",
"declaration": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.lib.tsbuildinfo",

/* Bundler mode */
"moduleResolution": "Bundler",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.7.10",
"type": "module",
"scripts": {
"start": "npm run build && cd examples && vite --open",
"start": "npm run build && npm -w devtools-ui run build && cd examples && vite --open",
"test": "vitest run --coverage",
"build": "tsc -b --clean && tsc -b",
"lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint --max-warnings 0",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"version": "node src/sync-version.js"
Expand Down

0 comments on commit ccfae31

Please sign in to comment.