Skip to content

Commit

Permalink
GH-1869 Quote eslint task params
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 1, 2023
1 parent d8d7cd6 commit ae0efa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"eslint": "eslint src/**",
"eslint": "eslint \"src/**\"",
"build": "vite build",
"serve": "vite preview",
"fake-api": "nodemon fake-api/fake-reposilite-backend.js",
Expand Down

0 comments on commit ae0efa4

Please sign in to comment.