From 978d3ac0436507161507e59b1cd546d7e64edb3c Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 28 Sep 2018 15:57:39 -0700 Subject: [PATCH] add prepare step --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 18fa19f..5e0cdd8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "lint": "eslint **/*.js", "prepare-tests": "./tests/prepare-tests.sh", "test": "npm run lint && npm run prepare-tests && wct", - "bundle": "rollup -c rollup.config.js" + "bundle": "rollup -c rollup.config.js", + "prepare": "npm run bundle" }, "author": "The Polymer Authors", "license": "BSD-3-Clause",