Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-Authored-By: Jon Surrell <jon.surrell@automattic.com>
  • Loading branch information
simison and sirreal committed Oct 29, 2019
1 parent 8d55666 commit 42834ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -257,7 +257,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 42834ea

Please sign in to comment.