From 217c8cbf7ccdb9a97a93460fc2a9d763734224a7 Mon Sep 17 00:00:00 2001 From: willpote <81638931+willpote@users.noreply.github.com> Date: Tue, 11 May 2021 17:35:08 -0400 Subject: [PATCH] Copy Token List schema to dist (#38) * Copy token list schema json file to dist * Use cp instead * Use cp instead * Reinstall * revert package locl --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index edf19c54..253648b3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", - "prepublishOnly": "tsdx test && tsdx build" + "prepublishOnly": "tsdx test && tsdx build", + "postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json" }, "peerDependencies": {}, "husky": {