diff options
Diffstat (limited to 'third_party/js/PKI.js/make_bundle.sh')
-rwxr-xr-x | third_party/js/PKI.js/make_bundle.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/js/PKI.js/make_bundle.sh b/third_party/js/PKI.js/make_bundle.sh new file mode 100755 index 0000000000..5368d34cc1 --- /dev/null +++ b/third_party/js/PKI.js/make_bundle.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +patch -p1 < make-esmodule-bundle.patch +npm install +npm run build |