зеркало из
1
0
Форкнуть 0
This commit is contained in:
Larry Joy 2022-12-21 12:55:10 -08:00
Родитель be8317d1b2
Коммит 9e2b6865a7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@
"fetch-profiles": "ts-node --files src/fetch-profiles.ts",
"validate-example": "ts-node --files src/shc-validator.ts --path testdata/valid_key.json --type jwkset --loglevel info",
"pretest": "npm run fetch-examples && npm run fetch-profiles",
"test": "jest --rootDir tests",
"test": "jest --rootDir tests --silent",
"generate-test-data": "ts-node --files src/generate-test-data",
"update-validator": "git pull && npm install && npm run build",
"lint": "eslint --config .eslintrc.json --ext .ts ./src ./tests",