Skip to content

Commit 0bbb515

Browse files
committed
Add missing NODE_ENV environment variable
1 parent a2d3d8f commit 0bbb515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BROWSERIFY="node_modules/.bin/browserify --debug --detect-globals false"
33
BUNDLE_EXAMPLE="$BROWSERIFY -t reactify -x react -x react/lib/ReactCSSTransitionGroup -x when -x react-router"
44

5-
$BROWSERIFY -t envify -r react -r react/lib/ReactCSSTransitionGroup -r when -r ./modules:react-router > examples/global-bundle.js
5+
NODE_ENV=development $BROWSERIFY -t envify -r react -r react/lib/ReactCSSTransitionGroup -r when -r ./modules:react-router > examples/global-bundle.js
66

77
$BUNDLE_EXAMPLE examples/animations/app.js > examples/animations/app-bundle.js
88
$BUNDLE_EXAMPLE examples/auth-flow/app.js > examples/auth-flow/app-bundle.js

0 commit comments

Comments
 (0)