mirror of
https://github.com/DIYgod/DPlayer
synced 2024-11-22 18:56:54 +00:00
test: eslint webpack as well
This commit is contained in:
parent
c8542e38c8
commit
29106eb78c
@ -8,7 +8,7 @@
|
||||
"start": "npm run dev",
|
||||
"build": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --colors",
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --config webpack/dev.config.js --watch --colors",
|
||||
"test": "eslint src"
|
||||
"test": "eslint src webpack"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
Loading…
Reference in New Issue
Block a user