diff options
author | TedHumphrey <Thomas.Humphrey@att.com> | 2019-08-13 15:56:33 +0000 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-08-21 05:55:06 -0700 |
commit | 4aedf73ee896f8bac3dce6d728cb40a9519b76d7 (patch) | |
tree | b83d18239300177dfa267153bb56429ed4630bad /.gitignore | |
parent | b0710ba41d0d0cc4f06a4dc27c5090867c26113e (diff) |
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 <Thomas.Humphrey@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |