Skip to content

Commit

Permalink
Build libs before test and storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKjeldgaard committed May 30, 2024
1 parent 24bf434 commit f5a515c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,20 @@
"cache": true
},
"test": {
"cache": true
"cache": true,
"dependsOn": ["build", "^build"]
},
"e2e": {
"cache": true
},
"build-storybook": {
"cache": true
"cache": true,
"dependsOn": ["build", "^build"]
},
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"dependsOn": ["build", "^build"],
"configurations": {
"ci": {
"ci": true
Expand Down

0 comments on commit f5a515c

Please sign in to comment.