File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
/build
17
17
18
18
# misc
19
- .DS_Store
20
19
* .pem
21
20
22
21
# debug
Original file line number Diff line number Diff line change 19
19
"zip:chrome" : " cd ./dist/chrome && zip -r -X ../chrome.zip ." ,
20
20
"zip:firefox" : " cd ./dist/firefox && zip -r -X ../firefox.zip ." ,
21
21
"zip:safari" : " cd ./dist/safari && zip -r ../safari.zip ." ,
22
+ "preversion" : " find . -name '.DS_Store' -delete" ,
22
23
"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" ,
23
24
"postversion" : " git update-index --assume-unchanged ./dist/chrome.zip ./dist/firefox.zip ./dist/safari.zip ./dist/website.zip" ,
24
25
"xcode" : " xcrun safari-web-extension-converter ./dist/safari --project-location xcode --app-name brume-wallet" ,
You can’t perform that action at this time.
0 commit comments