diff --git a/package.json b/package.json index bf9d818..0a1b2ba 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch": "rollup -c --watch", - "dev": "npm-run-all --parallel watch" + "dev": "npm-run-all --parallel watch", + "build": "rollup -c" }, "repository": { "type": "git",