Skip to content

Commit c7ca2e6

Browse files
authored
fix(qwik-nx): fix build on new version (#11)
1 parent 8ce35c3 commit c7ca2e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"build": {
1414
"dependsOn": ["^build"]
1515
},
16+
"version": {
17+
"dependsOn": ["build"]
18+
},
1619
"lint": {
1720
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"]
1821
},

0 commit comments

Comments
 (0)