fix: Chromatic build issue (#26368)

Fixes build issue that happened on the promotional PR: release v1.9.33
It happened due to our recent change in the node version. npm started
behaving differently.

~This PR removes post install script in ast and dsl so that there is no
conflict between package names between ast and ast/build.~
This commit is contained in:
Pawan Kumar 2023-08-16 15:19:21 +05:30 committed by GitHub
parent 323484c505
commit f2636358af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 41 deletions

View File

@ -12,7 +12,8 @@
"packageManager": "yarn@3.5.1",
"cracoConfig": "craco.dev.config.js",
"workspaces": [
"packages/**/!(build)*"
"packages/**",
"!packages/**/build"
],
"scripts": {
"analyze": "yarn cra-bundle-analyzer",