mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-23 06:02:57 +02:00
Fixed npm cs script
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"author": "Chris Kankiewicz",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"cs": "npx eslint app/resources/js/**/*.js || true",
|
||||
"cs": "npx eslint \"app/resources/js/**/*.js\"",
|
||||
"dev": "npm run development",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
|
Reference in New Issue
Block a user