Skip to content

Commit

Permalink
chore: add test:lib prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 16, 2024
1 parent 48c0c93 commit 5527dff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:fixtures": "eslint ./fixtures --fix",
"test": "run-p -c test:*",
"test:sherif": "sherif",
"test:lib": "lerna run test",
"test:lib": "lerna run test:lib",
"test:knip": "knip",
"prepare": "husky install && playwright install chromium"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-vibrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:lib": "vitest run",
"test:watch": "vitest watch"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vibrant-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "4.0.0-alpha.2",
"description": "Core vibrant classes",
"scripts": {
"test": "vitest run",
"test:watch": "vitest watch",
"test:lib": "vitest run",
"test:lib:watch": "vitest watch",
"build": "vite build"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/vibrant-image-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Browser vibrant ImageClass implementation",
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest watch"
"test:lib": "vitest run",
"test:lib:watch": "vitest watch"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 5527dff

Please sign in to comment.