From c84742e599ec4d6086b0d7b827bc4b8be3645fe3 Mon Sep 17 00:00:00 2001 From: Andrew Kaiser Date: Thu, 10 Sep 2020 18:21:30 -0400 Subject: [PATCH] include readme in package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fd7453..6859b89 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "compile": "webpack --mode=production", "compile:declarations": "ttsc --declaration --emitDeclarationOnly --declarationMap --outDir node_modules/.build-artifacts/declarations", "compile:bundle:declarations": "api-extractor run --local --verbose", - "copy-assets": "shx cp package.json build/package.json", + "copy-assets": "shx cp package.json README.md build", "build:types": "run-s clean compile:declarations compile:bundle:declarations", "build": "run-s clean compile compile:declarations compile:bundle:declarations copy-assets", "test": "run-s clean typecheck test:unit test:functional lint format:check",