File tree Expand file tree Collapse file tree 12 files changed +12
-0
lines changed
doxdox-renderer-bootstrap
doxdox-renderer-github-wiki Expand file tree Collapse file tree 12 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"scripts" : {
19
19
"test" : " DEBUG=true npm run test --workspaces --if-present" ,
20
+ "test-update" : " DEBUG=true npm run test-update --workspaces --if-present" ,
20
21
"build" : " npm run build --workspaces --if-present" ,
21
22
"lint" : " npm run lint --workspaces --if-present" ,
22
23
"prettier-check" : " npx prettier@2 --check \" packages/**/*.ts\" " ,
Original file line number Diff line number Diff line change 37
37
},
38
38
"scripts" : {
39
39
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
40
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
40
41
"build" : " rimraf dist/ && tsc && chmod +x ./dist/src/index.js" ,
41
42
"lint" : " eslint 'src/**/*.ts'"
42
43
},
Original file line number Diff line number Diff line change 21
21
},
22
22
"scripts" : {
23
23
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
24
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
24
25
"build" : " rimraf dist/ && tsc" ,
25
26
"lint" : " eslint 'src/**/*.ts'"
26
27
},
Original file line number Diff line number Diff line change 36
36
},
37
37
"scripts" : {
38
38
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
39
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
39
40
"build" : " rimraf dist/ && tsc && copyfiles -u 1 src/config.json dist/" ,
40
41
"lint" : " eslint 'src/**/*.ts'"
41
42
},
Original file line number Diff line number Diff line change 29
29
},
30
30
"scripts" : {
31
31
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
32
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
32
33
"build" : " rimraf dist/ && tsc" ,
33
34
"lint" : " eslint 'src/**/*.ts'"
34
35
},
Original file line number Diff line number Diff line change 35
35
},
36
36
"scripts" : {
37
37
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
38
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
38
39
"build" : " rimraf dist/ && tsc" ,
39
40
"lint" : " eslint 'src/**/*.ts'"
40
41
},
Original file line number Diff line number Diff line change 41
41
},
42
42
"scripts" : {
43
43
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
44
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
44
45
"build" : " rimraf dist/ && tsc && copyfiles -u 1 src/resources/* dist/" ,
45
46
"lint" : " eslint 'src/**/*.ts'"
46
47
},
Original file line number Diff line number Diff line change 34
34
},
35
35
"scripts" : {
36
36
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
37
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
37
38
"build" : " rimraf dist/ && tsc" ,
38
39
"lint" : " eslint 'src/**/*.ts'"
39
40
},
Original file line number Diff line number Diff line change 29
29
},
30
30
"scripts" : {
31
31
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
32
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
32
33
"build" : " rimraf dist/ && tsc" ,
33
34
"lint" : " eslint 'src/**/*.ts'"
34
35
},
Original file line number Diff line number Diff line change 32
32
},
33
33
"scripts" : {
34
34
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
35
+ "test-update" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests --updateSnapshot" ,
35
36
"build" : " rimraf dist/ && tsc" ,
36
37
"lint" : " eslint 'src/**/*.ts'"
37
38
},
You can’t perform that action at this time.
0 commit comments