mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Quote globs for equal operation in windows/linux (#8481)
This commit is contained in:
parent
832bf9144a
commit
24fb77b72f
@ -37,10 +37,10 @@
|
||||
"build": "rollup -c",
|
||||
"dev": "karma start --auto-watch --no-single-run --browsers chrome --grep",
|
||||
"docs": "cd docs && npm install && npm run build",
|
||||
"lint-js": "eslint samples/**/*.html samples/**/*.js src/**/*.js test/**/*.js",
|
||||
"lint-js": "eslint \"samples/**/*.html\" \"samples/**/*.js\" \"src/**/*.js\" \"test/**/*.js\"",
|
||||
"lint-md": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
|
||||
"lint-tsc": "tsc",
|
||||
"lint-types": "eslint types/**/*.d.ts && tsc -p types/tests/",
|
||||
"lint-types": "eslint \"types/**/*.d.ts\" && tsc -p types/tests/",
|
||||
"lint": "concurrently \"npm:lint-*\"",
|
||||
"test": "npm run lint && cross-env NODE_ENV=test karma start --auto-watch --single-run --coverage --grep",
|
||||
"typedoc": "npx typedoc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user