Do not run tests on window

This commit is contained in:
Joseph Garrone
2021-02-21 23:12:55 +01:00
parent 318bba5936
commit bcf954c4cd
3 changed files with 5 additions and 4 deletions

3
package-lock.json generated
View File

@ -11,7 +11,8 @@
"cheerio": "^1.0.0-rc.5"
},
"bin": {
"build-keycloak-theme": "dist/bin/build-keycloak-theme"
"build-keycloak-theme": "dist/bin/build-keycloak-theme",
"download-sample-keycloak-themes": "dist/bin/download-sample-keycloak-themes"
},
"devDependencies": {
"@types/node": "^10.0.0",