Skip to content

Commit

Permalink
Merge pull request #501 from ikemo3/fix/depcruise
Browse files Browse the repository at this point in the history
fix: depcruise not working
  • Loading branch information
ikemo3 authored Oct 17, 2022
2 parents b944900 + e3bc592 commit 29d6f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fix": "yarn eslint --fix --ext .ts apps scripts test *.ts jest.config.js",
"lint": "prettier --write .; yarn eslint --ext .ts apps scripts test *.ts jest.config.js",
"lint-for-ci": "prettier --check .; yarn eslint --format junit --output-file ./reports/eslint/eslint.xml --ext .ts apps scripts test *.ts jest.config.js",
"lint:deps": "depcruise apps test",
"lint:deps": "depcruise --config .dependency-cruiser.js apps test",
"manifest": "ts-node ./scripts/make_manifest.ts",
"test": "jest"
},
Expand Down

0 comments on commit 29d6f32

Please sign in to comment.