Skip to content

Commit

Permalink
Quote globs for equal operation in windows/linux (#8481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored Feb 21, 2021
1 parent 832bf91 commit 24fb77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 24fb77b

Please sign in to comment.