Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
dai-v0.32.15
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Oct 13, 2021
1 parent 43b6818 commit 7b61d75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerdao/dai",
"version": "0.32.14",
"version": "0.32.15",
"contributors": [
"Wouter Kampmann <[email protected]>",
"Sean Brennan <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,6 @@
"test:watch": "yarn test --watch",
"test:mainnet": "export NETWORK='mainnet' && jest --runInBand --config ./test/config/jestIntegrationConfig.json",
"test:kovan": "export NETWORK='kovan' && jest --runInBand --config ./test/config/jestIntegrationConfig.json",
"test:goerli": "export NETWORK='goerli' && jest --runInBand --config ./test/config/jestIntegrationConfig.json",
"test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json",
"test:build": "yarn test --config ./test/config/jestBuildConfig.json",
"repl": "../../node_modules/.bin/babel-node --experimental-repl-await scripts/repl.js"
Expand Down

0 comments on commit 7b61d75

Please sign in to comment.