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.
2 parents b44bd44 + 81cd5f6 commit 6e701e3Copy full SHA for 6e701e3
package.json
@@ -12,7 +12,7 @@
12
"through"
13
],
14
"scripts": {
15
- "prepare": "mkdir dist && browserify -s unbzip2Stream index.js | uglifyjs >> dist/unbzip2-stream.min.js",
+ "prepare": "mkdir -p dist && browserify -s unbzip2Stream index.js | uglifyjs > dist/unbzip2-stream.min.js",
16
"browser-test": "browserify -t brfs test/simple.js | tape-run",
17
"prepare-long-test": "dd if=/dev/urandom of=test/fixtures/vmlinux.bin bs=50x1024x1024 count=2 && cat test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
18
"long-test": "tape test/extra/long.js",
0 commit comments