Skip to content

Commit

Permalink
fix: use lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 26, 2020
1 parent bba4dec commit faccd99
Show file tree
Hide file tree
Showing 3 changed files with 2,540 additions and 58 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.0.0"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"lib/"
],
"scripts": {
"build": "yarn workspaces -pt run build",
"test": "yarn workspaces -pt run test",
"build": "lerna run build",
"test": "lerna run test",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"website": "cd packages/textchecker-element && yarn run web"
},
Expand All @@ -38,6 +38,7 @@
},
"devDependencies": {
"husky": "^4.2.5",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5"
},
Expand Down
Loading

0 comments on commit faccd99

Please sign in to comment.