We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ae8b1 commit c5a8565Copy full SHA for c5a8565
package.json
@@ -16,6 +16,6 @@
16
"build:watch": "tsc --watch",
17
"clean": "rm -r ./build ./pkg",
18
"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"
+ "zip": "yarn run assemble && pushd ./pkg; zip -r ../watch-and-learn.zip $(ls); popd"
20
}
21
0 commit comments