diff options
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | dev/data/manifest-variants.json | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7458d199..c8b2adef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs:          node-version: '12.x'      - name: Install dependencies        run: npm ci -    - name: Build -      run: npm run build --if-present      - name: Lint        run: npm run test-lint        env: @@ -33,3 +31,5 @@ jobs:        run: npm run test-manifest        env:          CI: true +    - name: Build +      run: npm run test-build diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index d0a2929b..5c8eb1c9 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -94,7 +94,7 @@                  "description": "Toggle text scanning on/off"              },              "openInfoPage": { -                "description": "Open the help page" +                "description": "Open the info page"              },              "openSettingsPage": {                  "description": "Open the settings page" |