File tree 7 files changed +1930
-838
lines changed
7 files changed +1930
-838
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " pnpm -r --filter=./packages/* run build" ,
11
11
"clear-all" : " rimraf **/node_modules" ,
12
12
"version" : " run-s version:*" ,
13
- "version:release" : " pnpm --parallel -r --filter=./packages/* exec npm version ${npm_package_version}" ,
14
- "version:git" : " git add . && git commit -m \" chore(release): publish ${npm_package_version}\" " ,
13
+ "version:release" : " pnpm --parallel -r --aggregate-output -- filter=./packages/* exec npm version ${npm_package_version}" ,
14
+ "version:git" : " git add . && git commit -m \" chore(release): publish ${npm_package_version} --tag=beta \" " ,
15
15
"test" : " pnpm -r --filter=./tests/* run test"
16
16
},
17
17
"lint-staged" : {
48
48
"@types/node" : " ^17.0.33" ,
49
49
"@typescript-eslint/eslint-plugin" : " ^5.40.1" ,
50
50
"@typescript-eslint/parser" : " ^5.40.1" ,
51
+ "concurrently" : " ^8.0.1" ,
51
52
"eslint" : " ^8.25.0" ,
52
53
"eslint-config-prettier" : " ^8.5.0" ,
53
54
"eslint-plugin-import" : " ^2.26.0" ,
62
63
"tslib" : " ^2.4.1" ,
63
64
"typescript" : " ^4.8.4"
64
65
}
65
- }
66
+ }
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@babel/core" : " ^7.8.0"
23
23
}
24
- }
24
+ }
Original file line number Diff line number Diff line change 9
9
"dev:compile" : " tsc --project ./tsconfig.json --watch" ,
10
10
"build" : " concurrently \" npm run build:runtime\" \" npm run build:compile\" " ,
11
11
"build:runtime" : " tsc --project ./tsconfig.runtime.json" ,
12
- "build:compile" : " tsc --project ./tsconfig.json" ,
13
- "test" : " jest"
12
+ "build:compile" : " tsc --project ./tsconfig.json"
14
13
},
15
14
"publishConfig" : {
16
15
"access" : " public"
38
37
"@tarojs/shared" : " ^3.6.0" ,
39
38
"@tarojs/taro" : " ^3.6.0" ,
40
39
"@tarojs/taro-h5" : " ^3.6.0" ,
41
- "concurrently" : " ^8.0.1" ,
42
40
"react" : " ^18.0.0" ,
43
41
"react-dom" : " ^18.0.0"
44
42
},
55
53
"react" : " ^18.0.0" ,
56
54
"react-dom" : " ^18.0.0"
57
55
}
58
- }
56
+ }
Original file line number Diff line number Diff line change 25
25
"@tarojs/taro-h5" : " ^3.6.0" ,
26
26
"@babel/core" : " ^7.8.0"
27
27
}
28
- }
28
+ }
Original file line number Diff line number Diff line change 4
4
"main" : " dist/index.js" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
7
- "dev" : " tsc -w" ,
8
- "build" : " tsc"
7
+ "dev" : " concurrently \" npm run dev:runtime\" \" npm run dev:compile\" " ,
8
+ "dev:runtime" : " tsc --project ./tsconfig.runtime.json --watch" ,
9
+ "dev:compile" : " tsc --project ./tsconfig.json --watch" ,
10
+ "build" : " concurrently \" npm run build:runtime\" \" npm run build:compile\" " ,
11
+ "build:runtime" : " tsc --project ./tsconfig.runtime.json" ,
12
+ "build:compile" : " tsc --project ./tsconfig.json"
9
13
},
10
14
"types" : " dist" ,
11
15
"typings" : " dist/index.d.ts" ,
48
52
"@tarojs/runtime" : " ^3.6.0" ,
49
53
"@tarojs/shared" : " ^3.6.0"
50
54
}
51
- }
55
+ }
Original file line number Diff line number Diff line change 4
4
"main" : " dist/index.js" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
7
- "dev" : " tsc -w" ,
8
- "build" : " tsc"
7
+ "dev" : " concurrently \" npm run dev:runtime\" \" npm run dev:compile\" " ,
8
+ "dev:runtime" : " tsc --project ./tsconfig.runtime.json --watch" ,
9
+ "dev:compile" : " tsc --project ./tsconfig.json --watch" ,
10
+ "build" : " concurrently \" npm run build:runtime\" \" npm run build:compile\" " ,
11
+ "build:runtime" : " tsc --project ./tsconfig.runtime.json" ,
12
+ "build:compile" : " tsc --project ./tsconfig.json"
9
13
},
10
14
"types" : " dist" ,
11
15
"typings" : " dist/index.d.ts" ,
52
56
"optional" : true
53
57
}
54
58
}
55
- }
59
+ }
You can’t perform that action at this time.
0 commit comments