Skip to content

Commit

Permalink
fix(): lerna from local folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 19, 2017
1 parent 1d3fb19 commit fd8df51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"license": "MIT",
"scripts": {
"lint": "lerna run lint",
"test:unit": "lerna run test:unit",
"test:e2e": "lerna run test:e2e --concurrency 1 --stream",
"lint": "npx lerna run lint",
"test:unit": "npx lerna run test:unit",
"test:e2e": "npx lerna run test:e2e --concurrency 1 --stream",
"precommit": "lint-staged",
"deploy": "npm run deploy:cookbook && npm run deploy:cheatsheet",
"deploy:cookbook": "node scripts/deploy cookbook",
Expand Down

0 comments on commit fd8df51

Please sign in to comment.