Closed paularmstrong closed 4 years ago
The CI/test config for typescript is missing excludes for dist directories in the plugins workspaces
dist
plugins
Add the excludes
yarn lint:ci
yarn test
yarn tsc:ci
⚠️: Group "Web App" failed the gzip budget size limit of 150 KiB by 2.91 KiB
View on Build Tracker
Problem
The CI/test config for typescript is missing excludes for
dist
directories in theplugins
workspacesSolution
Add the excludes
TODO
yarn lint:ci
,yarn test
,yarn tsc:ci
)