Skip to content

Commit e551de3

Browse files
Fix issue #229 - 'That is Refactor npm scripts in package.json' (#230)
* ADDED and FIXED - 'Open Search on S button * Formatting Issue Fixed along with ADDED and FIXED - Open Search on S button * Reverted package.json back and Formatting Issue Fixed along with ADDED and FIXED - Open Search on S button * Refactor npm scripts in package.json - removal of format and lint and fixes the issue #229
1 parent d648bbd commit e551de3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"workspaces": ["tools/*", "shared/*"],
77
"scripts": {
88
"qa": "biome ci",
9-
"format": "biome format --write",
10-
"lint": "biome lint --write; biome check --write",
11-
"qa-fix": "npm run format; npm run lint",
9+
"qa-fix": "biome check --write",
1210
"dev": "vite",
1311
"build": "tsc -b && vite build",
1412
"preview": "vite preview",

0 commit comments

Comments
 (0)