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

Provide a new npm/build pipeline #1625

Open
Dentrax opened this issue Nov 8, 2024 · 1 comment
Open

Provide a new npm/build pipeline #1625

Dentrax opened this issue Nov 8, 2024 · 1 comment

Comments

@Dentrax
Copy link
Contributor

Dentrax commented Nov 8, 2024

Similar to go/build, but for npm. Building a new Node package is something like:

npm ci --omit=dev
npm prune --production
npm run build

This pipeline should also provide nodejs and npm packages.

@wojciechka
Copy link
Member

This pipeline should also provide nodejs and npm packages.
I think it should also allow specifying version of node for apps that do not run on newest node.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants