Skip to content

Commit f3768b5

Browse files
committed
ds_store
1 parent d222702 commit f3768b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
/build
1717

1818
# misc
19-
.DS_Store
2019
*.pem
2120

2221
# debug

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"zip:chrome": "cd ./dist/chrome && zip -r -X ../chrome.zip .",
2020
"zip:firefox": "cd ./dist/firefox && zip -r -X ../firefox.zip .",
2121
"zip:safari": "cd ./dist/safari && zip -r ../safari.zip .",
22+
"preversion": "find . -name '.DS_Store' -delete",
2223
"version": "npm run build && npm run zip && git update-index --no-assume-unchanged ./dist/chrome.zip ./dist/firefox.zip ./dist/safari.zip ./dist/website.zip && git add --force ./dist/*.zip",
2324
"postversion": "git update-index --assume-unchanged ./dist/chrome.zip ./dist/firefox.zip ./dist/safari.zip ./dist/website.zip",
2425
"xcode": "xcrun safari-web-extension-converter ./dist/safari --project-location xcode --app-name brume-wallet",

0 commit comments

Comments
 (0)