File tree 32 files changed +35
-32
lines changed
32 files changed +35
-32
lines changed Original file line number Diff line number Diff line change 33
33
"scripts" : {
34
34
"build" : " exit 0" ,
35
35
"prepack" : " tsc --build tsconfig.build.json" ,
36
- "postpack" : " git clean -f '*.d.ts*'" ,
36
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
37
37
"cover" : " c8 ava" ,
38
38
"lint" : " yarn lint:types && yarn lint:eslint" ,
39
39
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 14
14
"scripts" : {
15
15
"build" : " exit 0" ,
16
16
"prepack" : " tsc --build tsconfig.build.json" ,
17
- "postpack" : " git clean -f '*.d.ts*'" ,
17
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
18
18
"test" : " ava" ,
19
19
"test:c8" : " c8 $C8_OPTIONS ava --config=ava-nesm.config.js" ,
20
20
"test:xs" : " exit 0" ,
Original file line number Diff line number Diff line change 40
40
"scripts" : {
41
41
"build" : " exit 0" ,
42
42
"prepack" : " tsc --build tsconfig.build.json" ,
43
- "postpack" : " git clean -f '*.d.ts*'" ,
43
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
44
44
"test" : " ava" ,
45
45
"test:c8" : " c8 $C8_OPTIONS ava --config=ava-nesm.config.js" ,
46
46
"test:xs" : " exit 0" ,
Original file line number Diff line number Diff line change 31
31
"scripts" : {
32
32
"build" : " exit 0" ,
33
33
"prepack" : " tsc --build tsconfig.build.json" ,
34
- "postpack" : " git clean -f '*.d.ts*'" ,
34
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
35
35
"lint" : " yarn lint:types && yarn lint:eslint" ,
36
36
"lint-fix" : " eslint --fix ." ,
37
37
"lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 23
23
"scripts" : {
24
24
"build" : " exit 0" ,
25
25
"prepack" : " tsc --build tsconfig.build.json" ,
26
- "postpack" : " git clean -f '*.d.ts*'" ,
26
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
27
27
"cover" : " c8 ava" ,
28
28
"lint" : " yarn lint:types && yarn lint:eslint" ,
29
29
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 30
30
"scripts" : {
31
31
"build" : " exit 0" ,
32
32
"prepack" : " tsc --build tsconfig.build.json" ,
33
- "postpack" : " git clean -f '*.d.ts*'" ,
33
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
34
34
"lint" : " yarn lint:types && yarn lint:eslint" ,
35
35
"lint-check" : " yarn lint" ,
36
36
"lint-fix" : " yarn lint:eslint --fix && yarn lint:types" ,
Original file line number Diff line number Diff line change 45
45
"scripts" : {
46
46
"build" : " exit 0" ,
47
47
"prepack" : " tsc --build tsconfig.build.json" ,
48
- "postpack" : " git clean -f '*.d.ts*'" ,
48
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
49
49
"cover" : " c8 ava" ,
50
50
"lint" : " yarn lint:types && yarn lint:eslint" ,
51
51
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 30
30
"lint:eslint" : " eslint ." ,
31
31
"lint:types" : " tsc" ,
32
32
"prepack" : " tsc --build tsconfig.build.json" ,
33
- "postpack" : " git clean -f '*.d.ts*'" ,
33
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
34
34
"test" : " exit 0"
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 30
30
"lint:eslint" : " eslint '**/*.js'" ,
31
31
"lint:types" : " tsc" ,
32
32
"prepack" : " tsc --build tsconfig.build.json" ,
33
- "postpack" : " git clean -f '*.d.ts*'" ,
33
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
34
34
"test" : " ava" ,
35
35
"test:c8" : " c8 $C8_OPTIONS ava --config=ava-nesm.config.js" ,
36
36
"test:xs" : " exit 0"
Original file line number Diff line number Diff line change 14
14
"test:xs" : " exit 0" ,
15
15
"build" : " exit 0" ,
16
16
"lint-fix" : " exit 0" ,
17
- "lint-check" : " exit 0"
17
+ "lint-check" : " exit 0" ,
18
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo'"
18
19
},
19
20
"dependencies" : {
20
21
"requireindex" : " ~1.1.0" ,
Original file line number Diff line number Diff line change 30
30
"test:xs" : " exit 0" ,
31
31
"build" : " exit 0" ,
32
32
"prepack" : " tsc --build tsconfig.build.json" ,
33
- "postpack" : " git clean -f '*.d.ts*'" ,
33
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
34
34
"lint-fix" : " yarn lint:eslint --fix && yarn lint:types" ,
35
35
"lint-check" : " yarn lint" ,
36
36
"lint" : " yarn lint:types && yarn lint:eslint" ,
Original file line number Diff line number Diff line change 11
11
"build" : " exit 0" ,
12
12
"clean" : " git clean -f '*.d.ts*'" ,
13
13
"prepack" : " tsc --build tsconfig.build.json" ,
14
- "postpack" : " git clean -f '*.d.ts*'" ,
14
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
15
15
"lint-fix" : " yarn lint:eslint --fix && yarn lint:types" ,
16
16
"lint-check" : " yarn lint" ,
17
17
"lint" : " yarn lint:types && yarn lint:eslint" ,
Original file line number Diff line number Diff line change 25
25
"scripts" : {
26
26
"build" : " exit 0" ,
27
27
"prepack" : " tsc --build tsconfig.build.json" ,
28
- "postpack" : " git clean -f '*.d.ts*'" ,
28
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
29
29
"lint" : " yarn lint:types && yarn lint:eslint" ,
30
30
"lint-fix" : " eslint --fix ." ,
31
31
"lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 14
14
"test:xs" : " exit 0" ,
15
15
"build" : " exit 0" ,
16
16
"prepack" : " tsc --build tsconfig.build.json" ,
17
- "postpack" : " git clean -f '*.d.ts*'" ,
17
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
18
18
"lint-fix" : " yarn lint:eslint --fix && yarn lint:types" ,
19
19
"lint-check" : " yarn lint" ,
20
20
"lint" : " yarn lint:types && yarn lint:eslint" ,
Original file line number Diff line number Diff line change 32
32
"test:xs" : " exit 0" ,
33
33
"build" : " exit 0" ,
34
34
"prepack" : " tsc --build tsconfig.build.json" ,
35
- "postpack" : " git clean -f '*.d.ts*'" ,
35
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
36
36
"lint-fix" : " eslint --fix '**/*.js'" ,
37
37
"lint" : " yarn lint:types && yarn lint:eslint" ,
38
38
"lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 20
20
"scripts" : {
21
21
"build" : " exit 0" ,
22
22
"prepack" : " tsc --build tsconfig.build.json" ,
23
- "postpack" : " git clean -f '*.d.ts*'" ,
23
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
24
24
"test" : " ava" ,
25
25
"test:xs" : " exit 0" ,
26
26
"lint-check" : " yarn lint" ,
Original file line number Diff line number Diff line change 18
18
"test:xs" : " exit 0" ,
19
19
"lint-check" : " yarn lint" ,
20
20
"lint-fix" : " eslint --fix '**/*.js'" ,
21
- "lint" : " eslint '**/*.js'"
21
+ "lint" : " eslint '**/*.js'" ,
22
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo'"
22
23
},
23
24
"dependencies" : {
24
25
"ses" : " workspace:^"
Original file line number Diff line number Diff line change 41
41
"scripts" : {
42
42
"build" : " exit 0" ,
43
43
"prepack" : " tsc --build tsconfig.build.json" ,
44
- "postpack" : " git clean -f '*.d.ts*'" ,
44
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
45
45
"cover" : " c8 ava" ,
46
46
"lint" : " yarn lint:types && yarn lint:eslint" ,
47
47
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 14
14
"scripts" : {
15
15
"build" : " exit 0" ,
16
16
"prepack" : " tsc --build tsconfig.build.json" ,
17
- "postpack" : " git clean -f '*.d.ts*'" ,
17
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
18
18
"test" : " ava" ,
19
19
"test:c8" : " c8 $C8_OPTIONS ava --config=ava-nesm.config.js" ,
20
20
"test:xs" : " exit 0" ,
Original file line number Diff line number Diff line change 30
30
"lint:eslint" : " eslint ." ,
31
31
"lint:types" : " tsc" ,
32
32
"prepack" : " tsc --build tsconfig.build.json" ,
33
- "postpack" : " git clean -f '*.d.ts*'" ,
33
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
34
34
"test" : " ava"
35
35
},
36
36
"dependencies" : {
Original file line number Diff line number Diff line change 28
28
"scripts" : {
29
29
"build" : " exit 0" ,
30
30
"prepack" : " tsc --build tsconfig.build.json" ,
31
- "postpack" : " git clean -f '*.d.ts*'" ,
31
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
32
32
"cover" : " c8 ava" ,
33
33
"lint" : " yarn lint:types && yarn lint:eslint" ,
34
34
"lint:types" : " tsc" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " exit 0" ,
13
13
"prepack" : " tsc --build tsconfig.build.json" ,
14
- "postpack" : " git clean -f '*.d.ts*'" ,
14
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
15
15
"lint" : " yarn lint:types && yarn lint:eslint" ,
16
16
"lint-fix" : " eslint --fix ." ,
17
17
"lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 26
26
"scripts" : {
27
27
"build" : " exit 0" ,
28
28
"prepack" : " tsc --build tsconfig.build.json" ,
29
- "postpack" : " git clean -f '*.d.ts*'" ,
29
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
30
30
"cover" : " c8 ava" ,
31
31
"lint" : " yarn lint:types && yarn lint:eslint" ,
32
32
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 26
26
"scripts" : {
27
27
"build" : " exit 0" ,
28
28
"prepack" : " tsc --build tsconfig.build.json" ,
29
- "postpack" : " git clean -f '*.d.ts*'" ,
29
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
30
30
"lint" : " yarn lint:types && yarn lint:eslint" ,
31
31
"lint-fix" : " eslint --fix ." ,
32
32
"lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 24
24
"scripts" : {
25
25
"build" : " exit 0" ,
26
26
"prepack" : " tsc --build tsconfig.build.json" ,
27
- "postpack" : " git clean -f '*.d.ts*'" ,
27
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
28
28
"lint" : " yarn lint:types && yarn lint:eslint" ,
29
29
"lint-fix" : " eslint --fix ." ,
30
30
"lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 27
27
"scripts" : {
28
28
"build" : " exit 0" ,
29
29
"prepack" : " tsc --build tsconfig.build.json" ,
30
- "postpack" : " git clean -f '*.d.ts*'" ,
30
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
31
31
"cover" : " c8 ava" ,
32
32
"lint" : " yarn lint:types && yarn lint:eslint" ,
33
33
"lint-check" : " yarn lint" ,
Original file line number Diff line number Diff line change 28
28
"scripts" : {
29
29
"build" : " exit 0" ,
30
30
"prepack" : " tsc --build tsconfig.build.json" ,
31
- "postpack" : " git clean -f '*.d.ts*'" ,
31
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
32
32
"cover" : " c8 ava" ,
33
33
"lint" : " yarn lint:types && yarn lint:eslint" ,
34
34
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 72
72
"lint:types" : " tsc" ,
73
73
"prepare" : " npm run clean && npm run build" ,
74
74
"qt" : " ava" ,
75
- "test" : " tsd && ava"
75
+ "test" : " tsd && ava" ,
76
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo'"
76
77
},
77
78
"dependencies" : {
78
79
"@endo/env-options" : " workspace:^"
Original file line number Diff line number Diff line change 32
32
"scripts" : {
33
33
"build" : " exit 0" ,
34
34
"prepack" : " tsc --build tsconfig.build.json" ,
35
- "postpack" : " git clean -f '*.d.ts*'" ,
35
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
36
36
"cover" : " c8 ava" ,
37
37
"lint" : " yarn lint:types && yarn lint:eslint" ,
38
38
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 35
35
"scripts" : {
36
36
"build" : " exit 0" ,
37
37
"prepack" : " tsc --build tsconfig.build.json" ,
38
- "postpack" : " git clean -f '*.d.ts*'" ,
38
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
39
39
"cover" : " c8 ava" ,
40
40
"lint" : " yarn lint:types && yarn lint:eslint" ,
41
41
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 28
28
"scripts" : {
29
29
"build" : " exit 0" ,
30
30
"prepack" : " tsc --build tsconfig.build.json" ,
31
- "postpack" : " git clean -f '*.d.ts*'" ,
31
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
32
32
"cover" : " c8 ava" ,
33
33
"lint" : " yarn lint:types && yarn lint:eslint" ,
34
34
"lint-fix" : " eslint --fix ." ,
Original file line number Diff line number Diff line change 29
29
"scripts" : {
30
30
"build" : " exit 0" ,
31
31
"prepack" : " tsc --build tsconfig.build.json" ,
32
- "postpack" : " git clean -f '*.d.ts*'" ,
32
+ "postpack" : " git clean -f '*.d.ts*' '*.tsbuildinfo' " ,
33
33
"cover" : " c8 ava" ,
34
34
"lint" : " yarn lint:types && yarn lint:eslint" ,
35
35
"lint-fix" : " eslint --fix ." ,
You can’t perform that action at this time.
0 commit comments