From 38d60bfab76be0bde8edd87933c1bc186548507e Mon Sep 17 00:00:00 2001 From: Attila Max Ruf Date: Sun, 14 Jul 2019 21:18:17 +0200 Subject: [PATCH] fix: ser correct copy order --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 527db8b..feec024 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "clean": "rimraf dist", "build": "node build", "release": "standard-version -a", - "prepublish": "node copy" + "postrelease": "node copy" }, "dependencies": { "vue": "^2.6.10" @@ -47,4 +47,4 @@ "standard-version": "^4.2.0", "vue-template-compiler": "^2.6.10" } -} +} \ No newline at end of file