diff --git a/gulpfile.js b/gulpfile.js
index 9500608..97763e4 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -226,7 +226,7 @@ gulp.task('release', function(callback) {
 		'concatSwRegistration',
 		'minify',
 		'generate-service-worker',
-		'packageExtension',
+		// 'packageExtension',
 		'buildDistFolder',
 		'cleanup',
 		function(error) {
diff --git a/netlify.toml b/netlify.toml
index d79f98c..7ed8627 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -7,7 +7,7 @@ ID = "webmaker"
 # unless otherwise overridden by more specific contexts.  
 [build]
   # Default build command.
-  command = "gulp dev-release"
+  command = "gulp release"
 
   # Directory to change to before starting a build. 
   # This is where we will look for package.json/.nvmrc/etc.