From 4aedf73ee896f8bac3dce6d728cb40a9519b76d7 Mon Sep 17 00:00:00 2001 From: TedHumphrey Date: Tue, 13 Aug 2019 15:56:33 +0000 Subject: Changes to support npm publish of reactjs components Modify the pom.xml to copy ui-react sources to target, add maven-exec-plugin to run the "npm publish" step, update the package.json to include where to publish Issue-ID: CLAMP-450 Change-Id: Id0d15e71924867d1d4329a377661d125b21fee6c Signed-off-by: TedHumphrey --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fbdcf4af5..235ece273 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ target *.iml ui-react/node_modules ui-react/build -**/package-lock.json **/.evosuite/ **/debug-logs/ *.log -- cgit 1.2.3-korg