aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywil@users.noreply.github.com>2023-09-20 18:07:35 -0400
committerTimmy Willison <timmywil@users.noreply.github.com>2023-09-20 18:20:59 -0400
commitcb763072fee1eb9ec3d4037c50cb0d07836b7af6 (patch)
treea6991d87460bb55651130e618bbde392d4e2c0b8 /package.json
parent7ef9099d328e90d19bc40b64148747e854b13e20 (diff)
downloadjquery-cb763072fee1eb9ec3d4037c50cb0d07836b7af6.tar.gz
jquery-cb763072fee1eb9ec3d4037c50cb0d07836b7af6.zip
Build: run pretest in jenkins script
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 29e6f90e5..4c3d4a9ec 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"build": "node ./build/command.js",
"build:all": "node -e \"require('./build/tasks/build.js').buildDefaultFiles()\"",
"build:main": "node -e \"require('./build/tasks/build.js').build()\"",
- "jenkins": "npm run test:browserless",
+ "jenkins": "npm run pretest && npm run test:browserless",
"lint:dev": "eslint --cache .",
"lint:json": "jsonlint --quiet package.json",
"lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"",
anner/scan?id=6a7f3bdf15eaa9ce456ddd482d063496be3ddaa3'>scan/MutableModuleSettings.java
blob: fd830763965b1de7c477fecf8355d00c2a214acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65