Skip to content

Commit

Permalink
[task] reuse compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
GauSim committed Dec 16, 2020
1 parent 8193011 commit b7a6c41
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion workbench/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"postinstall": "npm run license-checker",
"license-checker": "license-checker --csv --out ../../LICENSES/backend-full.csv"
"license-checker": "license-checker --csv --out ../../docs/3rd-party-licenses/backend-full.csv"
},
"dependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workbench/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "npm run license-checker",
"license-checker": "license-checker --csv --out ../../LICENSES/frontend-full.csv"
"license-checker": "license-checker --csv --out ../../docs/3rd-party-licenses/frontend-full.csv"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit b7a6c41

Please sign in to comment.