From 08fcd740fc8274bd9270cda8a2858b66fb0ea42a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 28 Sep 2019 19:09:52 +0200 Subject: [PATCH] npm scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 012cfef..6506eff 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "scripts": { "prepublishOnly": "rm -rf ./dist && tsc", "examples": "parcel -d public ./examples/index.html", - "test": "parcel -d public ./test/index.html", + "examples:build": "parcel build --no-source-maps --public-url /formhero/ -d docs examples/index.html", "build": "tsc", + "test": "parcel -d public ./test/index.html", "watch": "tsc -w", "dev": "pnpm run watch & pnpm run test" },