mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Fix package output location
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user