diff --git a/package.json b/package.json index bf106e9..41cae4e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Rawr, if you must refer to me this is how you may", "main": "app.js", "scripts": { - "postinstall": "mkdir ./dist", + "postinstall": "mkdir -p ./dist", "start": "concurrently npm:serve:*", "build": "concurrently npm:build:*", "serve:handlebars": "node app.js",