Skip to content

Commit c5a8565

Browse files
committed
Fix zip script
1 parent c2ae8b1 commit c5a8565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"build:watch": "tsc --watch",
1717
"clean": "rm -r ./build ./pkg",
1818
"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",
19-
"zip": "yarn run assemble && pushd ./pkg; zip ../watch-and-learn.zip $(ls -a); popd"
19+
"zip": "yarn run assemble && pushd ./pkg; zip -r ../watch-and-learn.zip $(ls); popd"
2020
}
2121
}

0 commit comments

Comments
 (0)