Build OpenPGP.js on local npm install

This commit is contained in:
Daniel Huigens
2020-04-22 22:40:10 +02:00
parent 483798701f
commit a20ccae331

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