We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6d63 commit b2aa900Copy full SHA for b2aa900
Makefile
@@ -1,8 +1,12 @@
1
all: straight-to-web.xpi
2
3
straight-to-web.xpi: *.js manifest.json
4
- zip -r -FS ./straight-to-web.xpi * --exclude '*.git*' --exclude '*~' --exclude '.*' --exclude 'Makefile' --exclude 'README'
+ zip -r -FS ./straight-to-web.xpi * --exclude '*.git*' --exclude '*~' --exclude '.*' --exclude 'Makefile' --exclude '*.md'
5
6
+.PHONY: lint
7
+
8
+lint:
9
+ web-ext lint
10
11
.PHONY: clean
12
clean:
0 commit comments