Skip to content

Commit 5f534b6

Browse files
committed
Remove example-app from global commands for now
1 parent b9ba696 commit 5f534b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.0",
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7+
"ignore": "example-app",
78
"command": {
89
"init": {
910
"exact": true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"packages/*"
55
],
66
"scripts": {
7-
"build": "lerna run build --ignore example-app"
7+
"build": "lerna run build",
8+
"lint": "lerna run lint"
89
},
910
"devDependencies": {
1011
"lerna": "2.11.0"

0 commit comments

Comments
 (0)