Build fixes (#1273)
* Move build step to the end of continuous integration * Fix manifest mismatch
This commit is contained in:
parent
cbc5ab5696
commit
e72152bf61
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user