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:
parent
323484c505
commit
f2636358af
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user