Skip to content

Commit 059cb6b

Browse files
committed
chore(lerna): added dev and test to the lerna pipeline
1 parent 9551a05 commit 059cb6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nx.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"targetDefaults": {
3+
"dev": {
4+
"cache": true,
5+
"dependsOn": ["build"]
6+
},
37
"build": {
48
"cache": true,
59
"dependsOn": ["^build"]
10+
},
11+
"test": {
12+
"cache": true,
13+
"dependsOn": ["build"]
614
}
715
}
816
}

0 commit comments

Comments
 (0)