Skip to content

Commit 32cbe07

Browse files
committed
run precommit check
1 parent 3d028a6 commit 32cbe07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/bin
44
/build
55
/public
6-
/.meta
6+
/.meta

ui/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ quality:
99
@# Run TypeScript checks
1010
npx tsc -p tsconfig.json --noEmit # app code
1111
npx tsc -p tsconfig.test.json --noEmit # unit + integration tests
12-
npx tsc -p tsconfig.cypress.json --noEmit
12+
npx tsc -p tsconfig.cypress.json --noEmit
1313

1414
# Style the code according to accepted standards for the repo
1515
style:
@@ -25,4 +25,4 @@ test-unit:
2525
test-integration:
2626
@echo "Running integration tests";
2727
@# Run react tests
28-
npm run test:integration
28+
npm run test:integration

0 commit comments

Comments
 (0)