From 55aee7fd04cfb712dd985b49a351d2228c16e157 Mon Sep 17 00:00:00 2001 From: rchild-okta Date: Tue, 23 Aug 2016 10:49:11 -0700 Subject: [PATCH] Remove extra references to grunt package (#99) RELATED TO OKTA-99255 Bacon: test --- ci-scripts/okta-signin-widget-build.sh | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci-scripts/okta-signin-widget-build.sh b/ci-scripts/okta-signin-widget-build.sh index e06024c9f2..b34b56418b 100755 --- a/ci-scripts/okta-signin-widget-build.sh +++ b/ci-scripts/okta-signin-widget-build.sh @@ -38,7 +38,7 @@ TASKS: function build() { start_test_suite ${BUILD_TEST_SUITE_ID} - if bundle install && npm install && npm run package; then + if bundle install && npm install; then echo "Finishing up test suite $BUILD_TEST_SUITE_ID" finish_test_suite "build" else diff --git a/package.json b/package.json index 901bc87ed0..41b131e2e9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "prestart": "npm run build:dev", "start": "grunt start-server-open", "prepublish": "grunt prep-release", - "package": "grunt package", "ci-update-package": "ci-update-package", "ci-pkginfo:dataload": "ci-pkginfo -t dataload", "installsw": "install-with-shrinkwrap"