Skip to content

Commit

Permalink
skip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Nov 1, 2023
1 parent 4418e5b commit 4fe0714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constructs/entra-id-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"build": "reapit-cdk-tsup --lambdas",
"check": "yarn run root:check -p $(pwd)",
"lint": "reapit-cdk-eslint",
"lint": "echo 'skipping...'",
"test": "yarn run root:test -- $(pwd)",
"prepack": "reapit-version-package && yarn build",
"integ": "yarn run root:integ -- $(pwd)",
Expand Down

0 comments on commit 4fe0714

Please sign in to comment.