Skip to content

Commit

Permalink
feat(CV-0-1): wip, cleanup before launch
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Nov 13, 2023
1 parent 535478d commit 438f4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"scripts": {
"lint": "eslint --fix --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"build": "run-s build:lib",
"build:lib": "vite build --config vite.config.lib.ts --mode ${VITE_MODE:-production}",
"build:lib": "vite build --config vite.config.ts --mode ${VITE_MODE:-production}",
"dev": "run-s dev:lib",
"dev:lib": "vite build --config vite.config.lib.ts --mode ${VITE_MODE:-development}",
"dev:lib": "vite build --config vite.config.ts --mode ${VITE_MODE:-development}",
"watch": "run-p watch:lib",
"watch:lib": "vite build --watch --config vite.config.lib.ts --mode ${VITE_MODE:-watch}",
"watch:lib": "vite build --watch --config vite.config.ts --mode ${VITE_MODE:-watch}",
"test": "run-s test:unit",
"test:unit": "vitest run --config vite.config.test.ts --mode ${VITE_MODE:-test}",
"test:coverage": "vitest run --coverage --config vite.config.test.ts --mode ${VITE_MODE:-benchmark}"
Expand Down
File renamed without changes.

0 comments on commit 438f4d0

Please sign in to comment.