Skip to content

Commit

Permalink
fix(package.json): fix formatting
Browse files Browse the repository at this point in the history
tkohr committed Jan 30, 2024
1 parent 0993423 commit 116697f
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
@@ -5,7 +5,7 @@
"scripts": {
"start": "nx serve mel-datahub",
"format": "nx format:write",
"format:check": "nx format:check",
"format:check": "nx format:check",
"lint:all": "nx run-many --target=lint",
"e2e:all": "nx run-many --target=e2e",
"e2e:datahub": "nx e2e mel-datahub-e2e",

0 comments on commit 116697f

Please sign in to comment.