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:
@@ -28,6 +28,6 @@ else (
|
|||||||
|
|
||||||
echo "Transforming language-data"
|
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"
|
echo "language-data wrote to $DEST/jquery.uls.data.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user