Output environment file for Windows

This commit is contained in:
Edoardo Pirovano 2021-05-10 11:12:08 +01:00
parent ef38c532f3
commit a5506d82e4
No known key found for this signature in database
GPG key ID: B3108158CB9C4550
8 changed files with 104 additions and 35 deletions

View file

@ -6,6 +6,7 @@
"scripts": {
"build": "tsc",
"test": "ava src/** --serial --verbose",
"test-debug": "ava src/** --serial --verbose --timeout=20m",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"