diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a8d5c1c..6dac4a3 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -19,5 +19,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: "npm" - run: npm ci + - run: npm run format:check - run: npm run lint - run: npm test diff --git a/.vscode/settings.json b/.vscode/settings.json index 66bae0e..2757bad 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "git.ignoreLimitWarning": true, - "typescript.tsdk": "node_modules\\typescript\\lib" -} \ No newline at end of file + "git.ignoreLimitWarning": true, + "typescript.tsdk": "node_modules\\typescript\\lib" +} diff --git a/firebase.json b/firebase.json index 65ea27f..4417c24 100644 --- a/firebase.json +++ b/firebase.json @@ -4,11 +4,7 @@ }, "hosting": { "public": "dist", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ], + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [ { "source": "**", diff --git a/index.html b/index.html index 4942dde..f765cb1 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,17 @@ - + +
+ + + + + + +