Skip to content

Commit

Permalink
Use the correct binary for package.json linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Mar 20, 2020
1 parent 192ce71 commit ce82ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"lint:css": "stylelint \"**/*.scss\" --syntax scss",
"lint:js": "yarn run 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": "yarnPkgJsonLint './package.json' './client/package.json' './packages/*/package.json' './apps/*/package.json'",
"lint:package-json": "npmPkgJsonLint './package.json' './client/package.json' './packages/*/package.json' './apps/*/package.json'",
"prestart": "npx check-node-version --package && yarn run install-if-deps-outdated && node bin/welcome.js",
"start": "yarn run -s build",
"start-jetpack-cloud": "CALYPSO_ENV=jetpack-cloud-development yarn start",
Expand Down

0 comments on commit ce82ff1

Please sign in to comment.