Skip to content

Commit

Permalink
include readme in package
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Sep 10, 2020
1 parent 46efc28 commit c84742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c84742e

Please sign in to comment.