From 2646aea26f022a8174117f74857283fe3d8463c4 Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 7 Mar 2022 05:24:22 -0600 Subject: [PATCH] chore: build stuff --- packages/dox/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/dox/package.json b/packages/dox/package.json index d402530..f2d797c 100644 --- a/packages/dox/package.json +++ b/packages/dox/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/dox", + "repository": { + "type": "git", + "url": "https://github.com/cha0s/flecks.git", + "directory": "packages/dox" + }, "publishConfig": { "access": "public" }, @@ -9,6 +14,7 @@ "build": "flecks build", "clean": "flecks clean", "lint": "flecks lint", + "postversion": "cp package.json dist", "test": "flecks test" }, "files": [