Skip to content

Commit 3ca3ef9

Browse files
committed
Align scripts and remove eslint-target from caller
1 parent bb2befa commit 3ca3ef9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint_frontend_package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
with:
1818
run-prettier: true
1919
run-eslint: true
20-
eslint-target: src
2120
run-build: true
2221
run-unused-exports: true

frontend/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
"vite-plugin-svgr": "^4.5.0"
3535
},
3636
"scripts": {
37-
"start": "vite",
38-
"build": "tsc && vite build",
39-
"serve": "vite preview",
37+
"dev": "vite",
38+
"build": "tsc -b && vite build",
39+
"preview": "vite preview",
4040
"test": "vitest",
41+
"lint": "eslint src",
4142
"prettier_check": "npx prettier --check src"
4243
},
4344
"browserslist": {

0 commit comments

Comments
 (0)