Add minification for resolc_packed.js

This commit is contained in:
Sebastian Miasojed
2025-01-24 15:37:49 +01:00
parent e9d3ec2079
commit 3035542a1c
5 changed files with 72 additions and 17 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"private": true,
"scripts": {
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
"test:wasm": "npm run test:all -w js"
"test:wasm": "npm run test:all -w js",
"build-package": "npm run build:package -w js"
},
"workspaces": [
"crates/solidity/src/tests/cli-tests",