Skip to content

Commit

Permalink
Remove extra references to grunt package (#99)
Browse files Browse the repository at this point in the history
RELATED TO OKTA-99255
Bacon: test
  • Loading branch information
rchild-okta committed Aug 23, 2016
1 parent ac3c619 commit 55aee7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/okta-signin-widget-build.sh
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 55aee7f

Please sign in to comment.