Build OpenPGP.js on local npm install

This commit is contained in:
Daniel Huigens 2020-04-22 22:40:10 +02:00
parent 6e648b1cbc
commit 064e813f3f

View File

@ -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"
},