Skip to content

Commit

Permalink
Remove non-existing source file from package
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 2, 2020
1 parent 2c01ed0 commit 553fb41
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 @@ -22,7 +22,7 @@
"compile:schemas": "glib-compile-schemas --strict schemas/",
"compile": "concurrently yarn:compile:prefs yarn:compile:extension yarn:compile:schemas",
"format": "prettier **/*.ts *.json .eslintrc.json",
"package": "gnome-extensions pack --extra-source utils.js --extra-source prefs.xml --extra-source LICENSE",
"package": "gnome-extensions pack --extra-source prefs.xml --extra-source LICENSE",
"nested": "dbus-run-session -- gnome-shell --nested --wayland"
}
}

0 comments on commit 553fb41

Please sign in to comment.