Skip to content

fix: tweak native-machine-id scripts #536

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

Merged
merged 3 commits into from
May 6, 2025
Merged

Conversation

nirinchev
Copy link
Collaborator

Description

The check script was running test, which is inconsistent with the other packages - I've changed it to be consistent with the rest of the packages where it runs typecheck and depcheck, but not test.

@nirinchev nirinchev requested a review from gagik May 6, 2025 10:11
@@ -9,11 +9,13 @@
"bootstrap": "npm run compile",
"pretest": "npm run compile",
"install": "node-gyp rebuild",
"typecheck": "tsc --noEmit",
"test": "mocha",
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
"test-ci": "npm run test-cov",
"lint": "eslint . && prettier --check .",
Copy link
Collaborator

Choose a reason for hiding this comment

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

We'll also want to add prettier as a dev dependency and add a reformat script, I think

@nirinchev nirinchev merged commit 6c52935 into main May 6, 2025
3 of 6 checks passed
@nirinchev nirinchev deleted the ni/fix-native-machine-id branch May 6, 2025 13:44
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