Skip to content

Commit

Permalink
fix(credential-status): simplify credential-status scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jun 1, 2022
1 parent 9323f88 commit 45b8c1f
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 26 deletions.
10 changes: 6 additions & 4 deletions packages/credential-status/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"apiReport": {
"enabled": true,
"reportFolder": "./tmp",
"reportTempFolder": "./tmp"
"reportFolder": "./api",
"reportTempFolder": "./api"
},

"docModel": {
"enabled": true,
"apiJsonFilePath": "./tmp/<unscopedPackageName>.api.json"
"apiJsonFilePath": "./api/<unscopedPackageName>.api.json"
},

"dtsRollup": {
"enabled": false
},
"mainEntryPointFilePath": "<projectFolder>/build/index.d.ts"
}
}
12 changes: 1 addition & 11 deletions packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"generate-plugin-schema": "yarn veramo dev generate-plugin-schema",
"start": "veramo server",
"build:watch": "tsc -b --watch",
"test:ci": "jest --config=jest.config.js",
"test": "jest --config=jest.config.js --coverage=false",
"test:watch": "yarn test --watch --verbose",
"clean": "rm -rf tmp && rm -rf build && rm tsconfig.tsbuildinfo"
"generate-plugin-schema": "yarn veramo dev generate-plugin-schema"
},
"veramo": {
"pluginInterfaces": {
Expand All @@ -27,10 +21,6 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"@types/jest": "27.5.1",
"@veramo/cli": "3.1.1",
"jest": "27.5.1",
"ts-jest": "27.1.5",
"typescript": "4.7.2"
},
"files": [
Expand Down
Loading

0 comments on commit 45b8c1f

Please sign in to comment.