File tree Expand file tree Collapse file tree 13 files changed +446
-49
lines changed
doxdox-renderer-bootstrap
doxdox-renderer-github-wiki Expand file tree Collapse file tree 13 files changed +446
-49
lines changed Original file line number Diff line number Diff line change 31
31
"eslint" : " 8.10.0" ,
32
32
"jest" : " 27.5.1" ,
33
33
"nodemon" : " 2.0.15" ,
34
+ "rimraf" : " 3.0.2" ,
34
35
"ts-jest" : " 27.1.3" ,
35
36
"typescript" : " 4.5.5"
36
37
},
37
38
"scripts" : {
38
39
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
39
- "build" : " rm -rf dist/ && tsc && chmod +x ./dist/src/index.js" ,
40
+ "build" : " rimraf dist/ && tsc && chmod +x ./dist/src/index.js" ,
40
41
"lint" : " eslint 'src/**/*.ts'"
41
42
},
42
43
"jest" : {
Original file line number Diff line number Diff line change 15
15
"@typescript-eslint/parser" : " 5.12.1" ,
16
16
"eslint" : " 8.10.0" ,
17
17
"jest" : " 27.5.1" ,
18
+ "rimraf" : " 3.0.2" ,
18
19
"ts-jest" : " 27.1.3" ,
19
20
"typescript" : " 4.5.5"
20
21
},
21
22
"scripts" : {
22
23
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
23
- "build" : " rm -rf dist/ && tsc" ,
24
+ "build" : " rimraf dist/ && tsc" ,
24
25
"lint" : " eslint 'src/**/*.ts'"
25
26
},
26
27
"jest" : {
Original file line number Diff line number Diff line change 29
29
"@typescript-eslint/parser" : " 5.12.1" ,
30
30
"eslint" : " 8.10.0" ,
31
31
"jest" : " 27.5.1" ,
32
+ "rimraf" : " 3.0.2" ,
32
33
"ts-jest" : " 27.1.3" ,
33
34
"typescript" : " 4.5.5"
34
35
},
35
36
"scripts" : {
36
37
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
37
- "build" : " rm -rf dist/ && tsc" ,
38
+ "build" : " rimraf dist/ && tsc" ,
38
39
"lint" : " eslint 'src/**/*.ts'"
39
40
},
40
41
"jest" : {
Original file line number Diff line number Diff line change 23
23
"@typescript-eslint/parser" : " 5.12.1" ,
24
24
"eslint" : " 8.10.0" ,
25
25
"jest" : " 27.5.1" ,
26
+ "rimraf" : " 3.0.2" ,
26
27
"ts-jest" : " 27.1.3" ,
27
28
"typescript" : " 4.5.5"
28
29
},
29
30
"scripts" : {
30
31
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
31
- "build" : " rm -rf dist/ && tsc" ,
32
+ "build" : " rimraf dist/ && tsc" ,
32
33
"lint" : " eslint 'src/**/*.ts'"
33
34
},
34
35
"jest" : {
Original file line number Diff line number Diff line change 29
29
"@typescript-eslint/parser" : " 5.12.1" ,
30
30
"eslint" : " 8.10.0" ,
31
31
"jest" : " 27.5.1" ,
32
+ "rimraf" : " 3.0.2" ,
32
33
"ts-jest" : " 27.1.3" ,
33
34
"typescript" : " 4.5.5"
34
35
},
35
36
"scripts" : {
36
37
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
37
- "build" : " rm -rf dist/ && tsc" ,
38
+ "build" : " rimraf dist/ && tsc" ,
38
39
"lint" : " eslint 'src/**/*.ts'"
39
40
},
40
41
"jest" : {
Original file line number Diff line number Diff line change 32
32
"@types/temp" : " 0.9.1" ,
33
33
"@typescript-eslint/eslint-plugin" : " 5.12.1" ,
34
34
"@typescript-eslint/parser" : " 5.12.1" ,
35
+ "copyfiles" : " 2.4.1" ,
35
36
"eslint" : " 8.10.0" ,
36
37
"jest" : " 27.5.1" ,
38
+ "rimraf" : " 3.0.2" ,
37
39
"ts-jest" : " 27.1.3" ,
38
40
"typescript" : " 4.5.5"
39
41
},
40
42
"scripts" : {
41
43
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
42
- "build" : " rm -rf dist/ && tsc && cp -r src/resources dist/resources " ,
44
+ "build" : " rimraf dist/ && tsc && copyfiles -u 1 src/resources/* dist/" ,
43
45
"lint" : " eslint 'src/**/*.ts'"
44
46
},
45
47
"jest" : {
Original file line number Diff line number Diff line change 28
28
"@typescript-eslint/parser" : " 5.12.1" ,
29
29
"eslint" : " 8.10.0" ,
30
30
"jest" : " 27.5.1" ,
31
+ "rimraf" : " 3.0.2" ,
31
32
"ts-jest" : " 27.1.3" ,
32
33
"typescript" : " 4.5.5"
33
34
},
34
35
"scripts" : {
35
36
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
36
- "build" : " rm -rf dist/ && tsc" ,
37
+ "build" : " rimraf dist/ && tsc" ,
37
38
"lint" : " eslint 'src/**/*.ts'"
38
39
},
39
40
"jest" : {
Original file line number Diff line number Diff line change 23
23
"@typescript-eslint/parser" : " 5.12.1" ,
24
24
"eslint" : " 8.10.0" ,
25
25
"jest" : " 27.5.1" ,
26
+ "rimraf" : " 3.0.2" ,
26
27
"ts-jest" : " 27.1.3" ,
27
28
"typescript" : " 4.5.5"
28
29
},
29
30
"scripts" : {
30
31
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
31
- "build" : " rm -rf dist/ && tsc" ,
32
+ "build" : " rimraf dist/ && tsc" ,
32
33
"lint" : " eslint 'src/**/*.ts'"
33
34
},
34
35
"jest" : {
Original file line number Diff line number Diff line change 26
26
"@typescript-eslint/parser" : " 5.12.1" ,
27
27
"eslint" : " 8.10.0" ,
28
28
"jest" : " 27.5.1" ,
29
+ "rimraf" : " 3.0.2" ,
29
30
"ts-jest" : " 27.1.3" ,
30
31
"typescript" : " 4.5.5"
31
32
},
32
33
"scripts" : {
33
34
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
34
- "build" : " rm -rf dist/ && tsc" ,
35
+ "build" : " rimraf dist/ && tsc" ,
35
36
"lint" : " eslint 'src/**/*.ts'"
36
37
},
37
38
"jest" : {
You can’t perform that action at this time.
0 commit comments