Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #107 from algolia/chore/move-back-to-yarn
Browse files Browse the repository at this point in the history
Chore/move back to yarn
  • Loading branch information
rayrutjes authored May 18, 2017
2 parents 1a0d14b + 0db0a8e commit 0cbcf01
Show file tree
Hide file tree
Showing 9 changed files with 13,597 additions and 8 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"lerna": "2.0.0-beta.38",
"lerna": "2.0.0-rc.4",
"packages": [
"packages/*",
"packages/examples/*"
],
"npmClient": "yarn",
"version": "0.0.0"
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"private": true,
"scripts": {
"boot": "lerna bootstrap",
"build": "npm run build:cjs && npm run build:es && npm run build:umd",
"clean": "lerna clean",
"build": "yarn run build:cjs && yarn run build:es && yarn run build:umd",
"build:umd": "lerna run build:umd",
"build:es": "lerna run build:es",
"build:cjs": "lerna run build:cjs",
"build:examples": "npm run boot && npm run build:es && lerna run build --scope example-*",
"reboot": "lerna clean && lerna bootstrap",
"test": "npm run lint && jest --verbose",
"build:examples": "yarn run boot && yarn run build:es && lerna run build --scope example-*",
"reboot": "yarn run clean && yarn run boot",
"test": "yarn run lint && jest --verbose",
"test:update": "jest --verbose --updateSnapshot",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "eslint . --fix"
Expand All @@ -21,8 +22,8 @@
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-prettier": "^2.0.1",
"jest": "^19.0.2",
"jest-serializer-html": "^3.0.0",
"lerna": "2.0.0-beta.38",
"jest-serializer-html": "^4.0.0",
"lerna": "2.0.0-rc.4",
"prettier": "^0.22.0",
"rollup": "^0.41.5",
"rollup-plugin-buble": "^0.15.0",
Expand Down
Loading

0 comments on commit 0cbcf01

Please sign in to comment.