Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Fix "grep" statement in new example
Browse files Browse the repository at this point in the history
  • Loading branch information
amireh committed Aug 6, 2016
1 parent 8522628 commit 6cb84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function webpack2ExtractText {
(
cd examples/webpack2-extract-react;
$WEBPACK_BIN --bail &&
grep "{ className: 'less scss' }," dist/main.js
grep "{ className: 'less scss' }," dist/main.js &&
grep ".less {" dist/styles.css
)
}
Expand Down

0 comments on commit 6cb84d4

Please sign in to comment.