Skip to content

Commit

Permalink
Add quotes to globs
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Oct 22, 2019
1 parent bd091fa commit ac3cba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -256,7 +256,7 @@
"lint:css": "stylelint \"**/*.scss\" --syntax scss",
"lint:js": "npm run -s install-if-deps-outdated && eslint --ext .js --ext .jsx --ext .ts --ext .tsx --cache .",
"lint:mixedindent": "mixedindentlint --ignore-comments \"client/**/*.scss\" \"assets/**/*.scss\" \"**/*.js\" \"**/*.jsx\" \"**/*.tsx\" \"**/*.tsx\" \"!build/**\" \"!node_modules/**\" \"!public/**\" \"!client/config/index.js\"",
"lint:package-json": "npmPkgJsonLint ./package.json ./packages/**/package.json ./apps/**/package.json",
"lint:package-json": "npmPkgJsonLint './package.json' './packages/**/package.json' './apps/**/package.json'",
"prestart": "npx check-node-version --package && npm run -s install-if-deps-outdated && node bin/welcome.js",
"start": "npm run -s build",
"poststart": "run-p -s start-build-if-web start-build-if-desktop",
Expand Down

0 comments on commit ac3cba6

Please sign in to comment.