Skip to content

chore: remove damljs as workspaces#1684

Merged
PHOL-DA merged 2 commits into
mainfrom
phol/chicken-or-egg
Apr 29, 2026
Merged

chore: remove damljs as workspaces#1684
PHOL-DA merged 2 commits into
mainfrom
phol/chicken-or-egg

Conversation

@PHOL-DA
Copy link
Copy Markdown
Contributor

@PHOL-DA PHOL-DA commented Apr 29, 2026

What came first damljs/token-standard-model or yarn script:generate:tokenstandard?
-Phillip Olesen

the above frames the problem perfectly, currently yarn install (which is needed before yarn script:generate:tokenstandard) is dependent on the exact output that it generates. This PR changes that behavior using rollup so that the damljs/token-standard-model can stop being a dependency for yarn install.

this is first or a series of PR that encapsulates partial functionality of #1642.

with these changes we should have a clear sequence of commands like:
yarn install
yarn generate...
yarn build:all

follow up PR will remove the damljs/token-standard-model generated files from the repo and instead have the generate runs on each PR.

Signed-off-by: Phillip Olesen <phillip.olesen@digitalasset.com>
@PHOL-DA PHOL-DA requested review from a team as code owners April 29, 2026 10:14
Signed-off-by: Phillip Olesen <phillip.olesen@digitalasset.com>
@PHOL-DA PHOL-DA enabled auto-merge (squash) April 29, 2026 11:04
@PHOL-DA PHOL-DA merged commit c482624 into main Apr 29, 2026
25 of 36 checks passed
@PHOL-DA PHOL-DA deleted the phol/chicken-or-egg branch April 29, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants