fix(core): add @monodon/rust back to the plugins array (#17332)

This commit is contained in:
Jonathan Cammisuli 2023-05-31 11:40:35 -04:00 committed by GitHub
parent c4db74d6c2
commit 346c1f7e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,5 +193,6 @@
"build-storybook": { "build-storybook": {
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"] "inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
} }
} },
"plugins": ["@monodon/rust"]
} }