Fix package output location

This commit is contained in:
Rachel Fenichel
2020-02-20 17:54:21 -08:00
parent b4a448c632
commit adeed59fed

View File

@@ -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';
/**