Skip to content

Commit

Permalink
✨ Support firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Sep 9, 2023
1 parent 6457f20 commit e3782ff
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 @@ -5,7 +5,7 @@
"main": "bookmark/popup.js",
"scripts": {
"bookmark": "zip -r ./dist/Maple.zip ./bookmark",
"bookmark-firefox": "cp -R ./bookmark ./bookmark-firefox && cp ./bookmark/manifest_firefox.json ./bookmark-firefox/manifest.json && zip -r ./dist/FirefoxMaple.zip ./bookmark-firefox && rm -rf ./bookmark-firefox",
"bookmark-firefox": "cp -R ./bookmark ./bookmark-firefox && cp ./bookmark/manifest_firefox.json ./bookmark-firefox/manifest.json && cd ./bookmark-firefox && zip -r ../dist/FirefoxMaple.zip . && cd .. && rm -rf ./bookmark-firefox",
"newtab": "zip -r ./dist/NewTab.zip ./newtab",
"build": "mkdir -p ./dist && yarn lint && yarn bookmark && yarn bookmark-firefox && yarn newtab",
"lint": "eslint . --ext .js --fix"
Expand Down

0 comments on commit e3782ff

Please sign in to comment.