From d165ca71a6853b8ffc7fca02c70a3d328cf3b175 Mon Sep 17 00:00:00 2001 From: rodric rabbah Date: Thu, 1 Aug 2019 10:15:04 -0400 Subject: [PATCH] Update build.sh --- trade/web/build.sh | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/trade/web/build.sh b/trade/web/build.sh index 368a0619..9742a7b6 100755 --- a/trade/web/build.sh +++ b/trade/web/build.sh @@ -1,24 +1,3 @@ -# -# Nimbella CONFIDENTIAL -# --------------------- -# -# 2018 - present Nimbella Corp -# All Rights Reserved. -# -# NOTICE: -# -# All information contained herein is, and remains the property of -# Nimbella Corp and its suppliers, if any. The intellectual and technical -# concepts contained herein are proprietary to Nimbella Corp and its -# suppliers and may be covered by U.S. and Foreign Patents, patents -# in process, and are protected by trade secret or copyright law. -# -# Dissemination of this information or reproduction of this material -# is strictly forbidden unless prior written permission is obtained -# from Nimbella Corp. -# - npm install npm run build cp -r build/* . -