docker: install and download methods for macos and windows

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-27 09:10:57 +01:00
parent 964381b7e9
commit 4d66b2fa08
11 changed files with 469 additions and 3 deletions

View File

@@ -11,7 +11,8 @@
"prettier": "prettier --check \"./**/*.ts\"",
"prettier:fix": "prettier --write \"./**/*.ts\"",
"test": "jest",
"test-coverage": "jest --coverage"
"test-coverage": "jest --coverage",
"test:e2e": "jest -c jest.config.e2e.ts"
},
"repository": {
"type": "git",
@@ -35,7 +36,8 @@
"test": "__tests__"
},
"files": [
"lib"
"lib",
"scripts"
],
"publishConfig": {
"access": "public",