Skip to content

Commit

Permalink
Fix wrong filename for background.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayquaza01 committed Oct 28, 2020
1 parent 9b38fc7 commit 895bbd7
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 @@ -8,7 +8,7 @@
"firefox": "web-ext run -s dist",
"build:help": "soffice --headless --convert-to pdf --outdir src help.fodt",
"build:assets": "cpx src/**/*.{json,png,svg,pdf} dist",
"build:bundle": "parcel build src/**/*.html src/background.js",
"build:bundle": "parcel build src/**/*.html src/background.ts",
"build:extension": "web-ext build -s dist --overwrite-dest",
"build:complete": "run-s clean build:assets build:bundle build:extension",
"watch:assets": "cpx src/**/*.{json,png,svg,pdf} dist -w",
Expand Down

0 comments on commit 895bbd7

Please sign in to comment.