Skip to content

Commit

Permalink
Full build for both
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Dec 12, 2023
1 parent c53ba6e commit 0e730b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites-config/ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
]
},
"buildArtifacts": {
"buildSetupCmd": "npm ci && npm run build:css",
"buildSetupCmd": "npm ci && npm run build",
"buildCmd": "npm run build-storybook"
},
"livePreview": {
"serveSetupCmd": "npm run build:css",
"serveSetupCmd": "npm run build",
"serveCmd": "npm run storybook -- -p 8080"
}
}

0 comments on commit 0e730b4

Please sign in to comment.