Skip to content

Commit

Permalink
logic change removed in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Nov 5, 2019
1 parent 5be08ab commit 1a52348
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 @@ -16,7 +16,7 @@
"postinstall": "lerna bootstrap; npm run build:all",
"build:web3": "lerna exec --scope web3 -- CJS=true ESM=true rollup -c",
"build:web3:minified": "npm run build:all; lerna exec --scope web3 -- MIN=true rollup -c",
"build:all": "npm run build:all:cjs; npm run build:all:esm;",
"build:all": "npm run build:all:cjs; npm run build:all:esm; npm run build:all:minified",
"build:all:cjs": "lerna exec -- ISTANBUL=true CJS=true rollup -c",
"build:all:esm": "lerna exec -- ESM=true rollup -c",
"build:all:minified": "lerna exec -- MIN=true rollup -c",
Expand Down

0 comments on commit 1a52348

Please sign in to comment.