Skip to content

Commit

Permalink
fix: last fix for yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Aug 26, 2019
1 parent 23d3e14 commit b8dc903
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 1,136 deletions.
5 changes: 0 additions & 5 deletions lerna.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"app"
],
"scripts": {
"start": "yarn workspaces run start",
"start": "yarn workspace Bauhaus run start",
"build-insee": "yarn workspaces run build-insee",
"test:coverage": "yarn workspaces run test:coverage",
"build-storybook": "yarn workspaces run build-storybook",
"pre-commit": "yarn workspaces run test:coverage && yarn workspaces run lint"
},
"devDependencies": {
"lcov-result-merger": "3.1.0",
"microbundle": "0.11.0",
"husky": "3.0.2"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bauhaus-library/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["@babel/preset-env"],
"presets": [["@babel/preset-env", {}]],
"plugins": ["@babel/plugin-transform-react-jsx"]
}
6 changes: 4 additions & 2 deletions packages/bauhaus-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build-storybook": "cross-env NODE_PATH=src/ build-storybook -o built-storybook/storybook",
"start-storybook": "cross-env NODE_PATH=src/ start-storybook -p 9999",
"test:coverage": "jest --coverage",
"lint": "eslint src"
"lint": "eslint src",
"postinstall": "yarn build-insee"
},
"peerDependencies": {
"react": "^16.8.6"
Expand All @@ -35,6 +36,7 @@
"eslint-config-react-app": "4.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3"
"eslint-plugin-react": "7.14.3",
"microbundle": "0.12.0-next.6"
}
}
Loading

0 comments on commit b8dc903

Please sign in to comment.