Skip to content
Snippets Groups Projects
Commit 4fbd21db authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7047 Fix Storybook build

parent fc0141ec
No related branches found
No related tags found
No related merge requests found
pipeline {
agent {
node {
label 'ozgcloud-jenkins-build-agent'
label 'ozgcloud-jenkins-build-agent-jdk21-node20'
}
}
......@@ -11,7 +11,8 @@ pipeline {
SNAPSHOT_REGEX = /\d+.\d+.\d+-SNAPSHOT/
FAILED_STAGE = ""
SH_SUCCESS_STATUS_CODE = 0
FORCE_COLOR = 0
NO_COLOR = 1
}
options {
......
This diff is collapsed.
......@@ -114,10 +114,10 @@
"@nx/web": "19.8.8",
"@nx/workspace": "19.8.8",
"@schematics/angular": "18.2.8",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/angular": "^8.3.5",
"@storybook/core-server": "^8.3.5",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/angular": "^8.4.2",
"@storybook/core-server": "^8.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@types/file-saver": "2.0.7",
"@types/jest": "29.5.13",
......@@ -153,7 +153,7 @@
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"sonarqube-scanner": "^4.2.5",
"storybook": "^8.3.5",
"storybook": "^8.4.2",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment