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'
|
node-version: '12.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
|
||||||
run: npm run build --if-present
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run test-lint
|
run: npm run test-lint
|
||||||
env:
|
env:
|
||||||
@ -33,3 +31,5 @@ jobs:
|
|||||||
run: npm run test-manifest
|
run: npm run test-manifest
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
- name: Build
|
||||||
|
run: npm run test-build
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
"description": "Toggle text scanning on/off"
|
"description": "Toggle text scanning on/off"
|
||||||
},
|
},
|
||||||
"openInfoPage": {
|
"openInfoPage": {
|
||||||
"description": "Open the help page"
|
"description": "Open the info page"
|
||||||
},
|
},
|
||||||
"openSettingsPage": {
|
"openSettingsPage": {
|
||||||
"description": "Open the settings page"
|
"description": "Open the settings page"
|
||||||
|
Loading…
Reference in New Issue
Block a user