From 9ca952572a30e409a23d6091b09c75c8ba229990 Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Sun, 4 Oct 2020 14:36:40 +0100 Subject: [PATCH] Move prepublish to the right place --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8971e4b..48b19e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pick-dom-element", - "version": "0.1.0", + "version": "0.1.1", "description": "Interactively pick elements in the DOM", "author": "Harry Marr", "license": "MIT", @@ -10,10 +10,10 @@ "dist" ], "scripts": { + "prepublish": "npm run build", "build": "tsc", "watch": "tsc --watch" }, - "prepublish": "tsc", "devDependencies": { "typescript": "^4.0.2" }