aboutsummaryrefslogtreecommitdiffstats
path: root/build/release-test.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Don't save temporary npm dependencies to package.jsonMichał Gołębiowski-Owczarek2021-08-061-1/+1
| | | | | | | | 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: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-0/+2
| | | | | Fixes #15393 Closes gh-1958
* Release: Update for 1.12 release, add test scriptJörn Zaefferer2015-12-021-0/+47
Fixes jquery/download.jqueryui.com#282