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

ci: cleanup #778

Merged
merged 2 commits into from
Oct 20, 2023
Merged

ci: cleanup #778

merged 2 commits into from
Oct 20, 2023

Conversation

kanadgupta
Copy link
Member

@kanadgupta kanadgupta commented Oct 20, 2023

🧰 Changes

Node v18 is bundled with npm@9 so we don't need to install it ourselves. Also did a little bit of other cleanup in our package.json scripts etc.

@kanadgupta kanadgupta added the refactor Issues about tackling technical debt label Oct 20, 2023
@@ -11,10 +11,10 @@
"build": "tsc",
"debug:bin": "NODE_OPTIONS=--no-warnings node --loader ts-node/esm src/bin.ts",
"lint:types": "tsc --noEmit",
"prebuild": "rm -rf dist/; npm run version",
"prebuild": "rm -rf dist/ && npm run version",
Copy link
Member Author

Choose a reason for hiding this comment

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

semicolons are pretty problematic — if the preceding command fails then it moves onto the next one 😬

@kanadgupta kanadgupta marked this pull request as ready for review October 20, 2023 16:29
@erunion erunion merged commit 65d36e2 into main Oct 20, 2023
5 checks passed
@erunion erunion deleted the ci.yml-cleanup branch October 20, 2023 16:34
@erunion erunion added this to the v7 milestone Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues about tackling technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants