Skip to content

Commit

Permalink
WE: Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Dec 5, 2019
1 parent 9156973 commit 6aa747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebExtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "",
"scripts": {
"build": "mkdir -p dist && zip ./dist/rs-we.zip ./src/*",
"build": "rm -rf dist; mkdir -p dist && cd src && zip ../dist/rs-we.zip ./* ./**/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julian Poyourow",
Expand Down

0 comments on commit 6aa747a

Please sign in to comment.