Skip to content

Commit

Permalink
chore(developer): remove package-lock ref
Browse files Browse the repository at this point in the history
This is probably not needed at the bundling stage.
  • Loading branch information
mcdurdin committed May 16, 2022
1 parent f668ee5 commit 75e77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/js/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ mv kmtypes.tgz "$KEYMAN_WIX_TEMP_MODELCOMPILER"
cd "$KEYMAN_WIX_TEMP_MODELCOMPILER"
# package-lock.json wasn't bundled; this is needed to keep dependency versions
# consistent.
cp "$KEYMAN_MODELCOMPILER_TEMP/package-lock.json" "$KEYMAN_WIX_TEMP_MODELCOMPILER/"
# cp "$KEYMAN_MODELCOMPILER_TEMP/package-lock.json" "$KEYMAN_WIX_TEMP_MODELCOMPILER/"

# as of npm v8.x, even though we are only working with `dependencies`,
# `devDependencies` is still checked, and as these modules are present in
Expand Down

0 comments on commit 75e77c4

Please sign in to comment.