Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-kang authored Oct 30, 2023
1 parent b34476b commit 05e2e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:view": "vite build --mode view",
"eslint": "eslint \"packages/**/{*.ts,*.vue}\"",
"eslint:fix": "eslint --fix \"packages/**/{*.ts,*.vue}\"",
"stylelint": "stylelint \"packages/**/*.scss\"",
Expand Down Expand Up @@ -75,4 +76,4 @@
"packages/**/*.{ts,vue}": "eslint --fix",
"packages/**/*.scss": "stylelint --fix"
}
}
}

0 comments on commit 05e2e0b

Please sign in to comment.