We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ba696 commit 5f534b6Copy full SHA for 5f534b6
lerna.json
@@ -4,6 +4,7 @@
4
"version": "0.0.0",
5
"npmClient": "yarn",
6
"useWorkspaces": true,
7
+ "ignore": "example-app",
8
"command": {
9
"init": {
10
"exact": true
package.json
@@ -4,7 +4,8 @@
"packages/*"
],
"scripts": {
- "build": "lerna run build --ignore example-app"
+ "build": "lerna run build",
+ "lint": "lerna run lint"
},
"devDependencies": {
11
"lerna": "2.11.0"
0 commit comments