From 8e42470fb0c0bf4d0eee5ee60096e8b661e40c4b Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 15 May 2022 21:05:42 -0400 Subject: [PATCH] rollup too --- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-json-tree/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 96487fea..f2efb6a5 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -34,7 +34,7 @@ "build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly && echo", - "build:umd": "rollup -c", + "build:umd": "rollup -c && echo", "clean": "rimraf lib", "lint": "eslint . --ext .ts", "type-check": "tsc --noEmit", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index a37fcbe0..4c351fdc 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -30,7 +30,7 @@ "build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly && echo", - "build:umd": "rollup -c", + "build:umd": "rollup -c && echo", "clean": "rimraf lib", "lint": "eslint . --ext .ts", "type-check": "tsc --noEmit", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 0ab8a812..c2221a53 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -33,7 +33,7 @@ "build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly && echo", - "build:umd": "rollup -c", + "build:umd": "rollup -c && echo", "clean": "rimraf lib", "test": "jest", "lint": "eslint . --ext .ts", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 7616a382..d2e324cf 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -36,7 +36,7 @@ "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly && echo", - "build:umd": "rollup -c", + "build:umd": "rollup -c && echo", "clean": "rimraf lib", "test": "jest", "lint": "eslint . --ext .ts,.tsx",