Skip to content

Commit

Permalink
Use npx to run lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed May 10, 2018
1 parent 2b9c78b commit c76a26b
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 @@ -211,13 +211,13 @@
"clean:devdocs": "npm run -s rm -- server/devdocs/search-index.js && npm run -s rm -- server/devdocs/proptypes-index.json && npm run -s rm -- server/devdocs/components-usage-stats.json",
"clean:public": "npm run -s rm -- public .css .css.map .js .js.map && npm run -s rm -- public/sections .css .css.map && npm run -s rm -- public/sections-rtl .css .css.map",
"codemod": "node bin/codemods/run",
"distclean": "npm run -s clean && lerna clean --yes ; npm run -s rm -- node_modules",
"distclean": "npm run -s clean && npx lerna clean --yes ; npm run -s rm -- node_modules",
"docker": "docker run -it --name wp-calypso --rm -p 80:3000 wp-calypso",
"env": "cross-env-shell NODE_PATH=$NODE_PATH:server:client:.",
"eslint-branch": "node bin/eslint-branch.js",
"install-if-deps-outdated": "node bin/install-if-deps-outdated.js",
"install-if-no-packages": "node bin/install-if-no-packages.js",
"postinstall": "lerna bootstrap --hoist",
"postinstall": "npx lerna bootstrap --hoist",
"lint": "run-s -s lint:*",
"lint:config-defaults": "node server/config/validate-config-keys.js",
"lint:css": "stylelint \"client/**/*.scss\" --syntax scss",
Expand Down

0 comments on commit c76a26b

Please sign in to comment.