File tree 7 files changed +164
-123
lines changed
7 files changed +164
-123
lines changed Original file line number Diff line number Diff line change 6
6
"commitlint" : " ./lib/cli.js"
7
7
},
8
8
"scripts" : {
9
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
9
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
10
10
"clean" : " npx rimraf lib" ,
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
14
"test" : " npx ava -c 4 --verbose" ,
15
- "watch" : " npx babel src --out-dir lib --watch --source-maps"
15
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps"
16
16
},
17
17
"ava" : {
18
18
"files" : [
Original file line number Diff line number Diff line change 4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
7
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
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
11
"test" : " npx ava -c 4 --verbose && npx ava \" src/*.serial-test.js\" --verbose" ,
12
- "watch" : " npx babel src --out-dir lib --watch --source-maps"
12
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps"
13
13
},
14
14
"ava" : {
15
15
"files" : [
Original file line number Diff line number Diff line change 4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
7
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
7
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
8
8
"clean" : " npx rimraf lib" ,
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
12
"test" : " npx ava --verbose" ,
13
- "watch" : " npx babel src --out-dir lib --watch --source-maps"
13
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps"
14
14
},
15
15
"ava" : {
16
16
"babel" : " inherit" ,
Original file line number Diff line number Diff line change 8
8
"pretest" : " dep-check" ,
9
9
"start" : " npx concurrently \" npx ava --watch --verbose\" \" npx yarn run watch\" " ,
10
10
"test" : " npx ava --verbose" ,
11
- "build" : " npx cross-env NODE_ENV=production npx babel src --out-dir lib --source-maps" ,
12
- "watch" : " npx babel src --out-dir lib --watch --source-maps" ,
11
+ "build" : " npx cross-env NODE_ENV=production npx -p babel-cli babel src --out-dir lib --source-maps" ,
12
+ "watch" : " npx -p babel-cli babel src --out-dir lib --watch --source-maps" ,
13
13
"clean" : " npx rimraf lib"
14
14
},
15
15
"ava" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 2.0.0 " ,
2
+ "lerna" : " 2.5.1 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"version" : " 4.2.2"
Original file line number Diff line number Diff line change 73
73
"eslint" : " ^4.8.0" ,
74
74
"eslint-config-prettier" : " ^2.3.0" ,
75
75
"husky" : " ^0.14.3" ,
76
- "lerna" : " ^2.4.0 " ,
76
+ "lerna" : " ^2.5.1 " ,
77
77
"lint-staged" : " ^4.0.1" ,
78
78
"npx" : " ^9.6.0" ,
79
79
"prettier" : " ^1.5.2" ,
You can’t perform that action at this time.
0 commit comments