From eecdb0fc70a8acba156f9f41d54f61a7f1d7f538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Tue, 29 Jan 2019 15:32:41 +0200 Subject: [PATCH] fix: publish npm pack on github releases --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a8fa929..042562f 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ ], "release": { "npmPublish": false, - "tarballDir": "." + "tarballDir": ".", + "assets": "allow-scripts-*.tgz" } }