Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"build:app": "vite build",
"build": "run-s build:lib build:types build:app",
"coverage": "vitest run --coverage --coverage.include=src --coverage.include=bin",
"dev": "run-p -l watch:ts watch:vite watch:serve",
"dev:cli": "run-p -l watch:ts watch:cli watch:serve",
"dev": "run-p -l watch:ts watch:static",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepublishOnly": "npm run build",
Expand All @@ -44,9 +45,10 @@
"typecheck": "tsc --noEmit",
"url": "run-p -l watch:ts watch:vite watch:url",
"preurl": "npm run build",
"watch:ts": "tsc --watch",
"watch:vite": "vite build --watch",
"watch:cli": "vite build --watch",
"watch:serve": "NODE_ENV=development nodemon bin/cli.js",
"watch:static": "vite",
"watch:ts": "tsc --watch",
"watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
},
"dependencies": {
Expand Down