From adeed59fed0740dbde053a195d825003010eeaaa Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 20 Feb 2020 17:54:21 -0800 Subject: [PATCH] Fix package output location --- scripts/gulpfiles/package_tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gulpfiles/package_tasks.js b/scripts/gulpfiles/package_tasks.js index 604ce4aba..7ba3b4146 100644 --- a/scripts/gulpfiles/package_tasks.js +++ b/scripts/gulpfiles/package_tasks.js @@ -26,7 +26,7 @@ const upstream_url = "https://github.com/google/blockly.git"; const blocklyRoot = '../../'; // The destination path where all the NPM distribution files will go. -const packageDistribution = blocklyRoot + 'dist'; +const packageDistribution = 'dist'; /**