Skip to content

Commit 6e701e3

Browse files
authored
Merge branch 'master' into fix-browser-test
2 parents b44bd44 + 81cd5f6 commit 6e701e3

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
@@ -12,7 +12,7 @@
1212
"through"
1313
],
1414
"scripts": {
15-
"prepare": "mkdir dist && browserify -s unbzip2Stream index.js | uglifyjs >> dist/unbzip2-stream.min.js",
15+
"prepare": "mkdir -p dist && browserify -s unbzip2Stream index.js | uglifyjs > dist/unbzip2-stream.min.js",
1616
"browser-test": "browserify -t brfs test/simple.js | tape-run",
1717
"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",
1818
"long-test": "tape test/extra/long.js",

0 commit comments

Comments
 (0)