Skip to content

Commit

Permalink
Use 'lerna boostrap' to fix 'lerna version' issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Dec 2, 2019
1 parent 76c748e commit 1cbc3b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 651 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@
"url": "https://github.com/marcomontalbano/figma-export"
},
"scripts": {
"postinstall": "lerna exec npm install --stream",
"postinstall": "lerna bootstrap --force-local",
"lint": "eslint . --ignore-pattern=node_modules --ignore-pattern=/output --ignore-pattern=dist",
"test": "mocha test--registers.js test--packages.js",
"test:watch": "npm test -- -w --reporter=dot",
"posttest": "npm run lint",
"coverage": "nyc --reporter=lcov --reporter=text npm test -- --reporter=dot",
"coverage:watch": "npx nodemon --exec npm run coverage",
"lerna:version": "lerna version",
"lerna:install": "lerna exec npm install --stream",
"lerna:update": "lerna exec npm update --stream",
"website:start": "lerna run --scope @figma-export/website start --stream",
"website:build": "lerna run --scope @figma-export/website build --stream"
},
Expand Down
65 changes: 0 additions & 65 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cbc3b8

Please sign in to comment.