From 78c039995041eb5baec35f3306a101fe9c8978b5 Mon Sep 17 00:00:00 2001 From: msinkec Date: Thu, 1 Feb 2024 18:14:44 +0100 Subject: [PATCH] Add asm option to compilation. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 493761f5..f9d19505 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "precompile": "rimraf scrypt.index.json && rimraf artifacts", - "compile": "npx scrypt-cli compile", + "compile": "npx scrypt-cli compile --asm", "pretest": "npm run compile", "test": "npm run test:mocha", "test:mocha": "cross-env NETWORK=local mocha -i -f 'Heavy'",