skip angular example in CI test (for now)

This commit is contained in:
Norbert de Langen 2022-05-30 12:52:57 +02:00
parent 72c6c59c46
commit 2a37cf0c1f
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -9,8 +9,8 @@
]
},
"scripts": {
"--build-storybook": "yarn storybook-prebuild && ng run angular-cli:build-storybook",
"build": "ng build",
"build-storybook": "yarn storybook-prebuild && ng run angular-cli:build-storybook",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"e2e": "ng e2e",
"postinstall": "ngcc --source ../../node_modules",
@ -77,7 +77,7 @@
"ts-node": "^10.4.0",
"typescript": "^4.6.3"
},
"storybook": {
"--storybook": {
"chromatic": {
"projectToken": "tl92yzsj6w"
}