-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71b2873
commit 654109b
Showing
5 changed files
with
58 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
CHROME_DST = ~/text-saver-chrome.zip | ||
FIREFOX_DST = ~/text-saver-firefox.zip | ||
|
||
build: | ||
build: buildc buildf | ||
|
||
buildc: | ||
rm -f $(CHROME_DST) | ||
zip -r $(CHROME_DST) option.html *.js libs/* manifest.json imgs/logo.png | ||
|
||
buildf: | ||
rm -f $(FIREFOX_DST) | ||
node build.mjs | ||
zip -r $(FIREFOX_DST) option.html *.js libs/* manifest.json imgs/logo.png | ||
git checkout -- manifest.json | ||
|
||
lint: | ||
find . -type f -maxdepth 1 | grep -v org | grep -v Makefile | xargs npx prettier@2.7.1 --write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters