Skip to content

Commit

Permalink
Need to include transpiled js artifacts in final build (#618)
Browse files Browse the repository at this point in the history
v0.2.5 was bad (I deprecated it) because it was missing the transpiled orderbook.js file. I'm not sure why it was working when using yalc locally. I assume it is some kind of caching issue.

### Test Plan

yalc publish and verify that `typescript/common/{orderbook|fraction}.js` are present
  • Loading branch information
fleupold authored Mar 26, 2020
1 parent cc82aeb commit 44fc42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/dex-contracts",
"version": "0.2.5",
"version": "0.2.6",
"description": "Contracts for dFusion multi-token batch auction exchange",
"main": "src/index.js",
"module": "typescript/esm/index.js",
Expand Down Expand Up @@ -50,6 +50,7 @@
"build/contracts/SnappBaseCore.json",
"build/contracts/TokenConservation.json",
"build/types",
"typescript/common",
"networks.json",
"src"
],
Expand Down

0 comments on commit 44fc42f

Please sign in to comment.