Skip to content

Commit

Permalink
Don't update packages in build/package-lock.json when running js-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 20, 2021
1 parent c512d3f commit 49811ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ then
exit 1
fi

# update/install test packages
mkdir -p "$PREFIX" && $NPM install --link --prefix "$PREFIX" || exit 3
# install test packages
mkdir -p "$PREFIX" && $NPM ci --link --prefix "$PREFIX" || exit 3

# create scss test
mkdir -p tests/css
Expand Down

0 comments on commit 49811ae

Please sign in to comment.