File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
rule-schema-to-typescript-types Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 78
78
uses : ./.github/actions/prepare-install
79
79
with :
80
80
node-version : ${{ env.PRIMARY_NODE_VERSION }}
81
- - run : pnpm run generate-configs
81
+ - run : pnpm exec nx run generate-configs
82
82
- run : git status --porcelain
83
83
- if : failure()
84
84
run : echo "Outdated result detected from pnpm run generate-configs. Please check in any file changes."
Original file line number Diff line number Diff line change 32
32
"types" : " dist/index.d.ts" ,
33
33
"scripts" : {
34
34
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
35
- "build" : " pnpm -w exec nx build" ,
35
+ "build" : " pnpm exec nx build" ,
36
36
"clean" : " rimraf dist/ coverage/" ,
37
37
"clean-fixtures" : " rimraf -g \" ./src/**/fixtures/**/snapshots\" " ,
38
38
"format" : " pnpm -w run format" ,
Original file line number Diff line number Diff line change 15
15
"license" : " MIT" ,
16
16
"scripts" : {
17
17
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
18
- "build" : " pnpm -w exec nx build" ,
18
+ "build" : " pnpm exec nx build" ,
19
19
"clean" : " rimraf dist/ coverage/" ,
20
20
"format" : " pnpm -w run format" ,
21
21
"lint" : " pnpm -w exec nx lint" ,
Original file line number Diff line number Diff line change 40
40
],
41
41
"scripts" : {
42
42
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
43
- "build" : " pnpm -w exec nx build" ,
43
+ "build" : " pnpm exec nx build" ,
44
44
"clean" : " rimraf dist/ coverage/" ,
45
45
"format" : " pnpm -w run format" ,
46
46
"lint" : " pnpm -w exec nx lint" ,
Original file line number Diff line number Diff line change 25
25
"license" : " MIT" ,
26
26
"scripts" : {
27
27
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
28
- "build" : " pnpm -w exec nx build" ,
28
+ "build" : " pnpm exec nx build" ,
29
29
"clean" : " rimraf dist/ coverage/" ,
30
30
"format" : " pnpm -w run format" ,
31
31
"lint" : " pnpm -w exec nx lint" ,
Original file line number Diff line number Diff line change 36
36
],
37
37
"scripts" : {
38
38
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
39
- "build" : " pnpm -w exec nx build" ,
39
+ "build" : " pnpm exec nx build" ,
40
40
"clean" : " rimraf dist/ coverage/" ,
41
41
"format" : " pnpm -w run format" ,
42
42
"lint" : " pnpm -w exec nx lint" ,
Original file line number Diff line number Diff line change 38
38
],
39
39
"scripts" : {
40
40
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
41
- "build" : " pnpm -w exec nx build" ,
41
+ "build" : " pnpm exec nx build" ,
42
42
"clean" : " rimraf dist/ coverage/" ,
43
43
"clean-fixtures" : " rimraf -g \" ./src/**/fixtures/**/snapshots\" " ,
44
44
"format" : " pnpm -w run format" ,
Original file line number Diff line number Diff line change 37
37
],
38
38
"scripts" : {
39
39
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
40
- "build" : " pnpm -w exec nx build" ,
40
+ "build" : " pnpm exec nx build" ,
41
41
"clean" : " rimraf dist/ coverage/" ,
42
42
"format" : " pnpm -w exec format" ,
43
43
"lint" : " pnpm -w exec nx lint" ,
Original file line number Diff line number Diff line change 37
37
],
38
38
"scripts" : {
39
39
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
40
- "build" : " pnpm -w exec nx build" ,
40
+ "build" : " pnpm exec nx build" ,
41
41
"clean" : " rimraf dist/ coverage/" ,
42
42
"format" : " pnpm -w run format" ,
43
43
"lint" : " pnpm -w exec nx lint" ,
Original file line number Diff line number Diff line change 38
38
],
39
39
"scripts" : {
40
40
"//" : " These package scripts are mostly here for convenience. Task running is handled by Nx at the root level." ,
41
- "build" : " pnpm -w exec nx build" ,
41
+ "build" : " pnpm exec nx build" ,
42
42
"clean" : " rimraf dist/ src/generated/ coverage/" ,
43
43
"copy-ast-spec" : " tsx ./tools/copy-ast-spec.mts" ,
44
44
"format" : " pnpm -w run format" ,
You can’t perform that action at this time.
0 commit comments