Skip to content

Commit

Permalink
[fixed] Fix for bug 547 in tools/release.
Browse files Browse the repository at this point in the history
Conversation is here react-bootstrap#547.
Idea for this patch totally belongs to @mtscout6.
I have just tested it and made PR.
  • Loading branch information
AlexKVal committed Apr 27, 2015
1 parent 22e0da1 commit 6b9c250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import lib from './lib/build';
import docs from '../docs/build';
import dist from './dist/build';
import { copy } from './fs-utils';
import { setExecOptions } from './exec';
import { exec, setExecOptions } from './exec';

import yargs from 'yargs';

Expand Down Expand Up @@ -37,7 +37,7 @@ export default function Build(noExitOnFailure) {
lib(),
bower(),
dist(),
docs()
exec(`npm run docs-build`)
])
.then(() => copy(distFolder, amdFolder));

Expand Down

0 comments on commit 6b9c250

Please sign in to comment.