We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d028a6 commit 32cbe07Copy full SHA for 32cbe07
ui/.prettierignore
@@ -3,4 +3,4 @@
3
/bin
4
/build
5
/public
6
-/.meta
+/.meta
ui/Makefile
@@ -9,7 +9,7 @@ quality:
9
@# Run TypeScript checks
10
npx tsc -p tsconfig.json --noEmit # app code
11
npx tsc -p tsconfig.test.json --noEmit # unit + integration tests
12
- npx tsc -p tsconfig.cypress.json --noEmit
+ npx tsc -p tsconfig.cypress.json --noEmit
13
14
# Style the code according to accepted standards for the repo
15
style:
@@ -25,4 +25,4 @@ test-unit:
25
test-integration:
26
@echo "Running integration tests";
27
@# Run react tests
28
- npm run test:integration
+ npm run test:integration
0 commit comments