]> source.dussan.org Git - jquery-ui.git/commit
Build: Don't save temporary npm dependencies to package.json
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Thu, 5 Aug 2021 11:06:18 +0000 (13:06 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 6 Aug 2021 11:36:30 +0000 (13:36 +0200)
commitf7e7e14a6934845655d1c073681467527ca03c47
tree880585a4766102635c9fa969cbc8f5c841283c79
parent74af51279419b2f901cfbacbbecd47136b3d7569
Build: Don't save temporary npm dependencies to package.json

Past npm versions required the `--save` flag to save anything in `package.json`
when installing packages but newer ones do this by default. Pass `--no-save` to
restore the original behavior in the `release-test.js` script.

Ref gh-1966
build/release-test.js