Skip to content

Commit

Permalink
Fix chrome.zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkxin committed Sep 2, 2017
1 parent e04cd78 commit 4f68429
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 @@ -8,7 +8,7 @@
"build-chrome": "TARGET=chrome $(yarn bin)/webpack",
"build-firefox": "TARGET=firefox $(yarn bin)/webpack",
"pack": "yarn run clean && yarn run build && yarn run pack-chrome && yarn run pack-firefox",
"pack-chrome": "zip -r build/chrome.zip build/chrome",
"pack-chrome": "cd build/chrome && zip -r ../chrome.zip .",
"pack-firefox": "$(yarn bin)/web-ext build -s build/firefox -a build/",
"eslint": "$(yarn bin)/eslint .",
"clean": "rm -rf ./build/",
Expand Down

0 comments on commit 4f68429

Please sign in to comment.