Skip to content

Commit

Permalink
Build should ignore Github Pages config
Browse files Browse the repository at this point in the history
Signed-off-by: Mehmet Baker <mehmet@mehmetbaker.dev>
  • Loading branch information
mehmetb committed Apr 21, 2020
1 parent 512eeb7 commit 08057ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A browser extension to dim web pages",
"main": "index.js",
"scripts": {
"build": "web-ext build -i package.json README.md yarn.lock dark-mode demo.gif",
"build": "web-ext build -i package.json README.md yarn.lock dark-mode demo.gif _config.yml",
"dev": "web-ext run --verbose -u https://mehmetbaker.dev",
"dev-dark": "web-ext run --verbose -u https://mehmetbaker.dev -p dark-mode/",
"lint": "eslint content_scripts/*.js popup/*.js background.js",
Expand Down

0 comments on commit 08057ef

Please sign in to comment.