Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 19, 2022
1 parent 5346097 commit 7eb5a83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env: {}

# FILE GENERATED WITH: npx ghat fregante/ghatemplates/node
# SOURCE: https://github.com/fregante/ghatemplates
# OPTIONS: {"exclude":["jobs.Build","jobs.Test"]}
# OPTIONS: {"exclude":["jobs.Test"]}

name: CI
on:
Expand All @@ -20,3 +20,11 @@ jobs:
run: npm ci || npm install
- name: XO
run: npx xo
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm ci || npm install
- name: build
run: npm run build
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"options_ui": {
"chrome_style": true,
"browser_style": true,
"page": "options.html"
},
"browser_action": {
Expand Down

0 comments on commit 7eb5a83

Please sign in to comment.