From bc4de0853bd1cbf63842b3b66bb30494c9ea778a Mon Sep 17 00:00:00 2001 From: eric thul Date: Mon, 6 Jul 2015 23:10:09 -0400 Subject: Ensure output directory exists Workaround for #15 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/package.json b/example/package.json index 8a31dd8..df3e74f 100644 --- a/example/package.json +++ b/example/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "scripts": { - "build": "./node_modules/.bin/webpack", + "build": "mkdir -p output && ./node_modules/.bin/webpack", "run": "node bundle.js", "clean": "rm -rf bower_components && rm -rf bundle.js && rm -rf node_modules && rm -rf output" }, -- cgit v1.2.3