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

Migrate from CommonJS to ESM and add Windows 11 support #214

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: remove -r esm from ci build
HarryGwinnell committed Dec 7, 2021
commit a25eb03157915ef0859b9a4ba34fdafef3575f10
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ test_script:
- set PATH=%RPATH%;%PATH%
- SET ENVINFO_DEBUG=trace
- npm run build
- node -r esm src/cli.js
- node src/cli.js
- node dist/cli.js
- SET ENVINFO_DEBUG=""
- npm test