This repository was archived by the owner on Feb 8, 2025. It is now read-only.
File tree 10 files changed +25
-33
lines changed
10 files changed +25
-33
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- run : pnpm install --frozen-lockfile
45
45
46
- - run : pnpm -r exec npm version ${{ needs.Version.outputs.result }} --git-tag-version=false
46
+ - run : pnpm -r exec pnpm version ${{ needs.Version.outputs.result }} --git-tag-version=false
47
47
48
48
- run : pnpm build
49
49
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @workspace/root" ,
3
- "version" : " 0.0.0" ,
4
3
"private" : true ,
5
- "workspaces" : [
6
- " ./packages/*" ,
7
- " ./packages/contented-example/*"
8
- ],
9
4
"scripts" : {
10
5
"build" : " turbo run build" ,
11
6
"clean" : " turbo run clean" ,
25
20
"@types/node" : " ^18.18.6" ,
26
21
"@typescript-eslint/eslint-plugin" : " ^6.8.0" ,
27
22
"@typescript-eslint/parser" : " ^6.8.0" ,
28
- "@workspace/jest-preset" : " workspace:*" ,
29
- "@workspace/tsconfig" : " workspace:*" ,
30
23
"esbuild" : " ^0.19.5" ,
31
24
"esbuild-jest" : " ^0.5.0" ,
32
25
"eslint" : " ^8.51.0" ,
Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"build" : " tsc --project tsconfig.build.json" ,
17
17
"clean" : " rm -rf dist" ,
18
- "lint" : " eslint src " ,
18
+ "lint" : " eslint . " ,
19
19
"test" : " jest"
20
20
},
21
21
"lint-staged" : {
72
72
"@types/js-yaml" : " ^4.0.8" ,
73
73
"@types/lodash" : " ^4.14.200" ,
74
74
"@types/mdast" : " ^4.0.2" ,
75
- "@workspace/jest-preset" : " workspace:*"
75
+ "@workspace/jest-preset" : " workspace:*" ,
76
+ "@workspace/tsconfig" : " workspace:*"
76
77
}
77
78
}
Original file line number Diff line number Diff line change 43
43
},
44
44
"devDependencies" : {
45
45
"@types/unist" : " ^2.0.9" ,
46
- "@workspace/jest-preset" : " workspace:*"
46
+ "@workspace/jest-preset" : " workspace:*" ,
47
+ "@workspace/tsconfig" : " workspace:*"
47
48
}
48
49
}
Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"build" : " tsc --project tsconfig.build.json" ,
17
17
"clean" : " rm -rf dist" ,
18
- "lint" : " eslint src " ,
18
+ "lint" : " eslint . " ,
19
19
"test" : " jest"
20
20
},
21
21
"lint-staged" : {
48
48
"@types/babel__generator" : " ^7.6.6" ,
49
49
"@types/minimatch" : " ^5.1.2" ,
50
50
"@types/node" : " ^18.16.16" ,
51
- "@workspace/jest-preset" : " workspace:*"
51
+ "@workspace/jest-preset" : " workspace:*" ,
52
+ "@workspace/tsconfig" : " workspace:*"
52
53
}
53
54
}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env node
2
+ /* eslint-disable */
2
3
import './dist/cli.js' ;
Original file line number Diff line number Diff line change 20
20
"scripts" : {
21
21
"build" : " tsc --project tsconfig.build.json && node build-preview.js" ,
22
22
"clean" : " rm -rf dist" ,
23
- "lint" : " eslint src "
23
+ "lint" : " eslint . "
24
24
},
25
25
"lint-staged" : {
26
26
"*" : [
47
47
"devDependencies" : {
48
48
"@types/debounce" : " ^1.2.2" ,
49
49
"@types/ignore-walk" : " ^4.0.1" ,
50
- "@workspace/jest-preset" : " workspace:*"
50
+ "@workspace/jest-preset" : " workspace:*" ,
51
+ "@workspace/tsconfig" : " workspace:*"
51
52
}
52
53
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @workspace/jest-preset" ,
3
- "version" : " 0.0.0" ,
4
3
"private" : true
5
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @workspace/tsconfig" ,
3
- "version" : " 0.0.0" ,
4
3
"private" : true
5
4
}
You can’t perform that action at this time.
0 commit comments