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

fix running on ms windows #69

Open
wants to merge 2 commits into
base: node-18-upgrade
Choose a base branch
from

Conversation

DavidWeiss2
Copy link
Contributor

Change Summary

Tests are falling on cp and other unix specific commands, fixed that

PR Checklist

@DavidWeiss2
Copy link
Contributor Author

@jasonbosco
CI / CD:
image

"lint": "eslint . --fix"
},
"engines": {
"node": "18"
},
"main": "src/index.js",
"devDependencies": {
"cross-env": "^7.0.3",
"shx": "^0.3.3",
"rimraf": "^3.0.2",
Copy link
Member

Choose a reason for hiding this comment

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

Is rimraf required? I don't see it being used in the rest of the diff...

@phiHero
Copy link
Contributor

phiHero commented Jan 11, 2024

Change Summary

Tests are falling on cp and other unix specific commands, fixed that

PR Checklist

I suggest moving docker run into its own compose.yml file. $(pwd) won't work in npm scripts on ms windows.

image

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