mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix typo
This commit is contained in:
@@ -625,7 +625,7 @@ exports.run = function (context, options) {
|
||||
var bundleOpts = {
|
||||
noMinify: options.noMinify,
|
||||
nodeModulesMode: 'symlink',
|
||||
testPackges: options.testPackages,
|
||||
testPackages: options.testPackages,
|
||||
releaseStamp: context.releaseVersion,
|
||||
packageSearchOptions: context.packageSearchOptions
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user