From 2a09c0ffbf0276b952469f7dc84f7dc812def7d8 Mon Sep 17 00:00:00 2001 From: bmac Date: Fri, 9 Jan 2015 17:12:18 -0500 Subject: [PATCH] Fix Ember Data API docs build script Ember Data's build tools were refactored recently and `npm run dist` no longer works. This pr updates the generate_ember_data_docs script to call `npm run build:production` --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 466deaccb5..a193e6159e 100644 --- a/Rakefile +++ b/Rakefile @@ -76,7 +76,7 @@ def generate_ember_data_docs sha = describe =~ /-g(.+)/ ? $1 : describe end - sh("npm install && npm run dist") + sh("npm install && npm run build:production") end # JSON is valid YAML