Svelte 5 component library with Open Props theming
- Svelte 46.5%
- JavaScript 39.7%
- MDX 11.2%
- CSS 1.8%
- Shell 0.4%
- Other 0.4%
|
Some checks failed
CI / test (push) Failing after 1m13s
Consuming gnark as a git dependency forced a full source build at install time (svelte-package + the entire dev toolchain incl. esbuild). That is fragile in clean environments (Docker/CI): unpinned dev-deps drift and blocked build scripts (esbuild) abort the install. Commit the built dist and stop building on install: - un-ignore dist/ and commit the svelte-package output - prepare -> prepack so `npm pack`/publish still rebuilds, but installing from git uses the committed dist instead of running the build - pin packageManager to pnpm@9.15.9 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| .storybook | ||
| deploy | ||
| dist | ||
| docs/superpowers/plans | ||
| src | ||
| .gitignore | ||
| chromatic.config.json | ||
| CLAUDE.md | ||
| docker-compose.storybook.yml | ||
| Dockerfile.storybook | ||
| entrypoint.sh | ||
| jsconfig.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| svelte.config.js | ||
| vite.config.js | ||