Build fixes (#1273)

* Move build step to the end of continuous integration

* Fix manifest mismatch
This commit is contained in:
toasted-nutbread 2021-01-18 15:35:24 -05:00 committed by GitHub
parent cbc5ab5696
commit e72152bf61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"