From d67b64a718f4258c17811b36ebdcee49ede2a1eb Mon Sep 17 00:00:00 2001 From: Arthur Evans Date: Wed, 7 Oct 2020 13:41:53 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb43352..6deae36 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test:update-snapshots": "karma start karma.conf.cjs --update-snapshots", "test:prune-snapshots": "karma start karma.conf.cjs --prune-snapshots", "checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js", - "build": "echo \"This is not a TypeScript project, so no need to build. (You can ignore the guide where it says 'npm run build'.)\"" + "build": "echo \"This is not a TypeScript project, so no need to build.\"" }, "keywords": [ "web-components",