Skip to content

Commit

Permalink
Fix zip script
Browse files Browse the repository at this point in the history
  • Loading branch information
9at8 committed Feb 19, 2021
1 parent c2ae8b1 commit c5a8565
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 @@ -16,6 +16,6 @@
"build:watch": "tsc --watch",
"clean": "rm -r ./build ./pkg",
"assemble": "rm -r ./pkg; mkdir ./pkg && cp manifest.json pkg && cp -r build pkg && cp -r static pkg && cp -r lib pkg && cp -r src pkg",
"zip": "yarn run assemble && pushd ./pkg; zip ../watch-and-learn.zip $(ls -a); popd"
"zip": "yarn run assemble && pushd ./pkg; zip -r ../watch-and-learn.zip $(ls); popd"
}
}

0 comments on commit c5a8565

Please sign in to comment.