From 0fd09bd1403b16e7d1ae7e3fb78a2d740cea1600 Mon Sep 17 00:00:00 2001 From: alexlavrov Date: Fri, 26 May 2023 16:57:51 +0400 Subject: [PATCH] Do not run declaration discovering in pack script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a326956..1717d493 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint": "gulp lint", "test": "jest", "test-watch": "jest --watch", - "pack": "npm run generate-metadata && npm run pack --ws --if-present" + "pack": "npm run generate-metadata:integration && npm run pack --ws --if-present" }, "keywords": [ "vue",