Skip to content

Commit

Permalink
Add asm option to compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
msinkec committed Feb 1, 2024
1 parent 445b226 commit 78c0399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit 78c0399

Please sign in to comment.