mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #33771 from nextcloud/fix/eslint-run
Fix eslint run command
This commit is contained in:
commit
a56b7e7ff5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
|
||||
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
||||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
||||
"lint": "eslint '**/src/**/*.{vue,js}'",
|
||||
"lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
|
||||
"lint": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}'",
|
||||
"lint:fix": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}' --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:jsunit": "karma start tests/karma.config.js --single-run",
|
||||
|
|
|
|||
Loading…
Reference in a new issue