Skip to content

Commit

Permalink
fix: npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Oct 18, 2023
1 parent da7151d commit cf877a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"copy-files": "npx rimraf build/electron/html&&vite build",
"check-types": "npx tsc --noEmit",
"electron:dev": "tsc -p electron&&concurrently \"vite\" \"electron --unhandled-rejections=strict .\"",
"eslint": "eslint ./{src,electron}",
"eslint:fix": "eslint ./{src,electron} --fix",
"eslint": "eslint ./{src,electron}/**/*.ts*",
"eslint:fix": "eslint ./{src,electron}/**/*.ts* --fix",
"lint": "npm run eslint&&npm run check-types",
"lint:fix": "npm run format&&npm run eslint:fix&&npm run check-types",
"prepare": "husky install"
Expand Down

0 comments on commit cf877a8

Please sign in to comment.