File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ cd $BUNDLER_PATH
2020
2121# Add packages
2222echo > .meteor/packages # Delete all default packages
23- PACKAGE_DIRS =" $PROJECT_ROOT /packages" meteor add $PACKAGE
23+ METEOR_PACKAGE_DIRS =" $PROJECT_ROOT /packages" meteor add $PACKAGE
2424
2525# Build the packages
26- PACKAGE_DIRS =$PROJECT_ROOT /packages meteor build --debug .
26+ METEOR_PACKAGE_DIRS =$PROJECT_ROOT /packages meteor build --debug .
2727tar -zxf $BUNDLER_TEMP .tar.gz
2828
2929OUTPUT_PATH=" $DIST_PATH /$NAME -bundler-output"
@@ -46,4 +46,4 @@ npm install uglify-js
4646cp $OUTPUT_PATH /$NAME .bundle.* $DIST_PATH
4747
4848# Cleanup
49- rm -rf $BUNDLER_PATH $OUTPUT_PATH
49+ rm -rf $BUNDLER_PATH $OUTPUT_PATH
Original file line number Diff line number Diff line change 1+ ..
You can’t perform that action at this time.
0 commit comments