File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ before_script:
15
15
script :
16
16
- ' if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
17
17
- ' if [ -n "${TEST-}" ]; then npm run unit-test ; fi'
18
+ - ' if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
18
19
- ' if [ -n "${README-}" ]; then npm run generate-list-of-rules:check ; fi'
19
20
env :
20
21
global :
@@ -31,6 +32,8 @@ matrix:
31
32
include :
32
33
- node_js : ' lts/*'
33
34
env : PRETEST=true
35
+ - node_js : ' lts/*'
36
+ env : POSTTEST=true
34
37
- node_js : ' lts/*'
35
38
env : README=true
36
39
exclude :
Original file line number Diff line number Diff line change 10
10
"postlint" : " npm run type-check" ,
11
11
"pretest" : " npm run lint" ,
12
12
"test" : " npm run unit-test" ,
13
+ "posttest" : " aud --production" ,
13
14
"type-check" : " tsc" ,
14
15
"unit-test" : " istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js" ,
15
16
"generate-list-of-rules" : " md-magic --path README.md" ,
45
46
"@types/estree" : " 0.0.45" ,
46
47
"@types/node" : " ^14.11.2" ,
47
48
"@typescript-eslint/parser" : " ^2.34.0" ,
49
+ "aud" : " ^1.1.2" ,
48
50
"babel-eslint" : " ^8.2.6" ,
49
51
"coveralls" : " ^3.1.0" ,
50
52
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
You can’t perform that action at this time.
0 commit comments