Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix cli dependencies and remove workspaces #37

Merged
merged 11 commits into from
Dec 8, 2022
Merged

Conversation

jrhizor
Copy link
Contributor

@jrhizor jrhizor commented Dec 8, 2022

No description provided.

@jrhizor jrhizor requested a review from tuliren December 8, 2022 22:21
@stoat-app
Copy link

stoat-app bot commented Dec 8, 2022

Easy and customizable dashboards for your build system. Learn more about Stoat ↗︎

Static Hosting

Name Link Commit Status
Action Test Coverage Visit 396fdef

Job Runtime

debug

import { getTypedStoatConfig, readStoatConfig } from '../../../../action/src/configHelpers';
import {StoatConfigSchema} from "../../../../action/src/schemas/stoatConfigSchema";
import { getTemplate } from '../../../../action/src/templateHelpers';
import { Template } from '../../../../action/src/types';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am surprised that this works. Are the dependencies messed up? Like if the templateHelpers depends on a library that's only in the action project, the cli project won't have that, and the code will fail.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a real issue, based on the latest build failure.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like the "correct" thing is to install the action first

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@jrhizor jrhizor merged commit f979897 into main Dec 8, 2022
@jrhizor jrhizor deleted the jrhizor/fix-cli-dependency branch December 8, 2022 22:51
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