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

Publish to NPM via workflows #128

Closed
wants to merge 3 commits into from

Conversation

creativedrewy
Copy link
Contributor

Addresses #8

@creativedrewy creativedrewy requested review from jnwng and sdlaver January 6, 2023 20:44
@creativedrewy creativedrewy requested a review from sdlaver January 9, 2023 23:44
node-version: 18
cache: 'pnpm'

- name: Install dependencies and build 🔧
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we break out the dependency installation from the build? In particular, I believe we should use the --frozen-lockfile option, per the example linked above. I'm generally uncomfortable with the builders being able to silently update dependencies vs. what was tested by developers on their machines. I'd rather it select dependencies predictably, from the preconfigured lockfile.

@creativedrewy creativedrewy deleted the creativedrewy/release-workflow branch April 21, 2023 18:40
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