Skip to content

Commit b9ba696

Browse files
committed
Get build working on all packages except example-app
1 parent 96dae73 commit b9ba696

17 files changed

+7645
-33958
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
3-
lerna-debug.log
3+
lerna-debug.log
4+
yarn-debug.log

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"private": true,
3-
"workspaces": ["packages/*"],
4-
"devDependencies": {
5-
"lerna": "2.11.0"
6-
}
2+
"private": true,
3+
"workspaces": [
4+
"packages/*"
5+
],
6+
"scripts": {
7+
"build": "lerna run build --ignore example-app"
8+
},
9+
"devDependencies": {
10+
"lerna": "2.11.0"
11+
}
712
}

0 commit comments

Comments
 (0)