From 0b64b6371f8e2b3ef8cbae8c06b0629fe206dae6 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 13 Sep 2016 15:18:19 +0800 Subject: [PATCH] fix pull changes docs --- doc/production/pull-changes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/production/pull-changes.md b/doc/production/pull-changes.md index b99b39db..0fb5d568 100644 --- a/doc/production/pull-changes.md +++ b/doc/production/pull-changes.md @@ -24,9 +24,8 @@ Now that you have the code, run these commands: bundle install npm install - npm run build rake db:migrate - rake assets:precompile + rake assets:precompile # includes `npm run build` rake perms:fix passenger-config restart-app .