ci.json 569 B

123456789101112131415161718192021
  1. {
  2. "installCommand": "install:codesandbox",
  3. "buildCommand": "build:lib",
  4. "packages": [
  5. "packages/semi-animation",
  6. "packages/semi-animation-react",
  7. "packages/semi-animation-styled",
  8. "packages/semi-foundation",
  9. "packages/semi-icons",
  10. "packages/semi-illustrations",
  11. "packages/semi-scss-compile",
  12. "packages/semi-theme-default",
  13. "packages/semi-ui",
  14. "packages/semi-webpack"
  15. ],
  16. "node": "14",
  17. "sandboxes": [
  18. "/.codesandbox/examples/pr-story",
  19. "oubej"
  20. ]
  21. }