File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
"prestart" : " dep-check && npx yarn run build" ,
12
12
"pretest" : " dep-check && npx yarn run build" ,
13
13
"start" : " npx concurrently \" npx ava -c 4 --verbose --watch\" \" npx yarn run watch\" " ,
14
- "test" : " npx ava -c 4 $AVA_VERBOSE " ,
14
+ "test" : " npx ava -c 4 --verbose " ,
15
15
"watch" : " npx babel src --out-dir lib --watch --source-maps"
16
16
},
17
17
"ava" : {
Original file line number Diff line number Diff line change 4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"start" : " npx ava --watch --verbose" ,
7
- "test" : " npx ava $AVA_VERBOSE " ,
7
+ "test" : " npx ava --verbose " ,
8
8
"clean" : " exit 0"
9
9
},
10
10
"xo" : false ,
Original file line number Diff line number Diff line change 8
8
"clean" : " npx rimraf lib" ,
9
9
"pretest" : " dep-check" ,
10
10
"start" : " npx concurrently \" npx ava -c 4 --verbose --watch\" \" npx yarn run watch\" " ,
11
- "test" : " npx ava -c 4 $AVA_VERBOSE " ,
11
+ "test" : " npx ava -c 4 --verbose " ,
12
12
"watch" : " npx babel src --out-dir lib --watch --source-maps"
13
13
},
14
14
"ava" : {
Original file line number Diff line number Diff line change 9
9
"commit" : " npx git-cz" ,
10
10
"pretest" : " dep-check" ,
11
11
"start" : " npx concurrently \" npx ava --watch --verbose\" \" npx yarn run watch\" " ,
12
- "test" : " npx ava $AVA_VERBOSE " ,
12
+ "test" : " npx ava --verbose " ,
13
13
"watch" : " npx babel src --out-dir lib --watch --source-maps"
14
14
},
15
15
"ava" : {
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"pretest" : " dep-check" ,
8
8
"start" : " npx ava --watch --verbose" ,
9
- "test" : " npx ava $AVA_VERBOSE "
9
+ "test" : " npx ava --verbose "
10
10
},
11
11
"ava" : {
12
12
"files" : [
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"pretest" : " dep-check" ,
9
9
"start" : " npx concurrently \" npx ava --watch --verbose\" \" npx yarn run watch\" " ,
10
- "test" : " npx ava $AVA_VERBOSE " ,
10
+ "test" : " npx ava --verbose " ,
11
11
"build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
12
12
"watch" : " npx babel src --out-dir lib --watch --source-maps" ,
13
13
"clean" : " npx rimraf lib"
Original file line number Diff line number Diff line change 15
15
"publish" : " npx lerna publish --conventional-commits" ,
16
16
"reinstall" : " npm run clean && npm install" ,
17
17
"start" : " npx lerna run start --stream --parallel --include-filtered-dependencies" ,
18
- "test" : " npx cross-env AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies"
18
+ "test" : " npx cross-env npx lerna run test --stream --parallel --include-filtered-dependencies"
19
19
},
20
20
"lint-staged" : {
21
21
"*.js" : [
You can’t perform that action at this time.
0 commit comments