Skip to content

Conversation

@haarg
Copy link
Contributor

@haarg haarg commented Oct 18, 2022

This removes the node_modules from the repo, instead using the ncc utility to package all of the needed prereqs into a single file. This means that updating prereqs only requires updating the package.json, package-lock.json, and the built script, rather than needing to manage all of the files in node_modules.

The single built file can be updated using the command npm run build.

Also updates the prereqs being used, which should fix the warnings about :set-output.

haarg added 3 commits October 18, 2022 17:07
Rather than including node_modules in the repository, build a single
file containing everything needed using @vercel/ncc. The file can be
rebuilt using npm run build.
@haarg haarg force-pushed the haarg/update-and-build branch from 482aa31 to e903942 Compare October 26, 2022 14:30
@atoomic atoomic merged commit f5ea355 into master Jan 2, 2024
@haarg haarg deleted the haarg/update-and-build branch January 4, 2024 16:50
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.

3 participants