Fix the path to language-data.json in @wikimedia/language-data

It was moved to data folder in recent commit:
09ab6024fe
This commit is contained in:
Santhosh Thottingal
2020-04-02 12:24:00 +05:30
parent 343a43e0f9
commit a911e46bd4

View File

@@ -28,6 +28,6 @@ else (
echo "Transforming language-data"
"$BASEDIR"/node_modules/browserify/bin/cmd.js "$CLONEDIR"/language-data.json -t "$BASEDIR"/scripts/transform.js -o "$DEST"/jquery.uls.data.js
"$BASEDIR"/node_modules/browserify/bin/cmd.js "$CLONEDIR"/data/language-data.json -t "$BASEDIR"/scripts/transform.js -o "$DEST"/jquery.uls.data.js
echo "language-data wrote to $DEST/jquery.uls.data.js"