This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Commit 677122f
committed
build: directly generate js libs to node_modules
Roll back #122, but
keep `crowdfund-contract` and `abundance-token` in
`optionalDependencies`.
As I worked with the old version in earnest, iterating on a local copy
of the CLI and generating new JS libs over and over, the two-step
generate-to-.soroban, then install-to-node_modules wasn't working very
well. Probably because the new library wasn't being added until the
`postinstall` step, and the dependencies are optional.
Generating directly to `node_modules` feels dirty, but it works
consistently. At least in this version, you can still see the
dependencies listed in the `optionalDependencies` section, so they're
not quite as surprising/mysterious.1 parent abdac3a commit 677122f
3 files changed
+75
-3630
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments