@blockworks-foundation/mango-mints-redemption
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@blockworks-foundation/mango-mints-redemption", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Typescript Client for mango-feeds.", | ||
@@ -18,3 +18,6 @@ "repository": "https://github.com/blockworks-foundation/mango-mints-redemption", | ||
"scripts": { | ||
"build": "yarn copy-idl && tsc", | ||
"build": "rimraf dist && yarn copy-idl && yarn build:browser && yarn build:node && yarn build:types", | ||
"build:node": " tsc -p tsconfig.cjs.json --noEmit false", | ||
"build:browser": "tsc -p tsconfig.esm.json --noEmit false", | ||
"build:types": "tsc -p tsconfig.types.json --noEmit false", | ||
"copy-idl": "cp -v ./target/types/mango_mints_redemption.ts ./client/src/mango_mints_redemption.ts" | ||
@@ -21,0 +24,0 @@ }, |
62720