From 72b840ed993ca1bb3bcc15484b599b9a5ed381c4 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 29 Sep 2015 18:19:57 +0800 Subject: [PATCH] fix(grunt): bundle should update --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index ad182efc4..17b143e2f 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -323,6 +323,7 @@ module.exports = (grunt) -> amsf__core__update_deps: command: [ + "bundle update" "bundle install" "npm install" ].join("&&")