diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-10-16 18:54:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 18:54:54 +0200 |
commit | 1ad66aeb6d7d94f8e4c8e2286569722ca41f9868 (patch) | |
tree | 76f624d16cf15d5c58c90f9a6e11d13f98f9c5c7 /build/tasks/npmcopy.js | |
parent | ace646f6e83e653f666ba715c200739f1cbdba52 (diff) | |
download | jquery-1ad66aeb6d7d94f8e4c8e2286569722ca41f9868.tar.gz jquery-1ad66aeb6d7d94f8e4c8e2286569722ca41f9868.zip |
Build: Run pretest before test:* npm scripts
Build was already happening in scripts like `test:browser` but those scripts
were missing `pretest`, meaning that running `npm install && npm test:browser`
may have failed if `pretest` wasn't run before or if its results were out of
date.
Even worse, with such stale data some tests may erroneously succeed.
This also removes a separate `pretest` step from GitHub Actions as it's no
longer needed.
Closes gh-5338
Diffstat (limited to 'build/tasks/npmcopy.js')
0 files changed, 0 insertions, 0 deletions