From 064e813f3f426b4cd93926dcea9c71d78b1dc169 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Wed, 22 Apr 2020 22:40:10 +0200 Subject: [PATCH] Build OpenPGP.js on local npm install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ead1542c..eed2ce7d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "scripts": { "build": "grunt build --compat copy:openpgp_compat && grunt build --lightweight copy:openpgp_lightweight clean:js && grunt build", - "pretest": "grunt", + "prepare": "grunt clean:cache && npm run build", "test": "grunt test", "lint": "eslint src" },