From aa5bd567d1b0b2afb272d352b8c7daa825ff909a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Mon, 5 Aug 2019 12:09:14 +0100 Subject: [PATCH] dont run scripts when publishing to GPR --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3947f8f..ca563da 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prebuild": "npm run clean && npm run lint && mkdir dist", "pretest": "npm run build", "prepublishOnly": "npm run build", - "postpublish": "npm publish --@github:registry='https://npm.pkg.github.com'" + "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" }, "files": [ "dist",