1
1
[
2
- {
3
- "command" : " npm run build" ,
4
- "scripts" : {
5
- "build" : " export"
6
- }
7
- },
8
- {
9
- "command" : " npm run build" ,
10
- "scripts" : {
11
- "build:export" : " next export" ,
12
- "build:types" : " tsc" ,
13
- "build" : " npm run build:types"
14
- }
15
- },
16
- {
17
- "command" : " npm run build" ,
18
- "scripts" : {
19
- "export" : " next export" ,
20
- "build:types" : " tsc" ,
21
- "build:stuff" : " tsc" ,
22
- "build" : " run-s build:*"
23
- }
24
- },
25
- {
26
- "command" : " npm run build" ,
27
- "scripts" : {
28
- "export" : " next export" ,
29
- "build:stuff" : " tsc" ,
30
- "build" : " run-p build:*"
31
- }
32
- },
33
- {
34
- "command" : " npm run build" ,
35
- "scripts" : {
36
- "export" : " next export" ,
37
- "build:stuff" : " tsc" ,
38
- "build" : " npm-run-all -s build:*"
39
- }
40
- },
41
- {
42
- "command" : " npm run build" ,
43
- "scripts" : {
44
- "build:export" : " next export" ,
45
- "build:types" : " tsc" ,
46
- "build" : " run-s build:types"
47
- }
48
- },
49
- {
50
- "command" : " npm run build" ,
51
- "scripts" : {
52
- "build:export" : " next export" ,
53
- "build:types" : " tsc" ,
54
- "build" : " run-p build:types"
55
- }
56
- },
57
- {
58
- "command" : " npm run build && npm run export" ,
59
- "scripts" : {
60
- "export" : " echo export" ,
61
- "build" : " next build"
62
- }
63
- },
64
- {
65
- "command" : " npm run build:ci:frontend" ,
66
- "scripts" : {
67
- "build" : " tsc --build" ,
68
- "build:ci:frontend" : " npm ci && npm run build && npm run -w frontend build"
69
- }
70
- },
71
- {
72
- "command" : " npm run build:ci:frontend" ,
73
- "scripts" : {
74
- "build" : " tsc --build" ,
75
- "build:ci:frontend" : " npm ci && npm run build && npm run build:local -w frontend"
76
- }
77
- },
78
- {
79
- "command" : " yarn build:ci:frontend" ,
80
- "scripts" : {
81
- "build" : " tsc --build" ,
82
- "build:ci:frontend" : " npm ci && npm run build && yarn workspace frontend build"
83
- }
2
+ {
3
+ "command" : " npm run build" ,
4
+ "scripts" : {
5
+ "build" : " export"
84
6
}
7
+ },
8
+ {
9
+ "command" : " npm run build" ,
10
+ "scripts" : {
11
+ "build:export" : " next export" ,
12
+ "build:types" : " tsc" ,
13
+ "build" : " npm run build:types"
14
+ }
15
+ },
16
+ {
17
+ "command" : " npm run build" ,
18
+ "scripts" : {
19
+ "export" : " next export" ,
20
+ "build:types" : " tsc" ,
21
+ "build:stuff" : " tsc" ,
22
+ "build" : " run-s build:*"
23
+ }
24
+ },
25
+ {
26
+ "command" : " npm run build" ,
27
+ "scripts" : {
28
+ "export" : " next export" ,
29
+ "build:stuff" : " tsc" ,
30
+ "build" : " run-p build:*"
31
+ }
32
+ },
33
+ {
34
+ "command" : " npm run build" ,
35
+ "scripts" : {
36
+ "export" : " next export" ,
37
+ "build:stuff" : " tsc" ,
38
+ "build" : " npm-run-all -s build:*"
39
+ }
40
+ },
41
+ {
42
+ "command" : " npm run build" ,
43
+ "scripts" : {
44
+ "build:export" : " next export" ,
45
+ "build:types" : " tsc" ,
46
+ "build" : " run-s build:types"
47
+ }
48
+ },
49
+ {
50
+ "command" : " npm run build" ,
51
+ "scripts" : {
52
+ "build:export" : " next export" ,
53
+ "build:types" : " tsc" ,
54
+ "build" : " run-p build:types"
55
+ }
56
+ },
57
+ {
58
+ "command" : " npm run build && npm run export" ,
59
+ "scripts" : {
60
+ "export" : " echo export" ,
61
+ "build" : " next build"
62
+ }
63
+ },
64
+ {
65
+ "command" : " npm run build:ci:frontend" ,
66
+ "scripts" : {
67
+ "build" : " tsc --build" ,
68
+ "build:ci:frontend" : " npm ci && npm run build && npm run -w frontend build"
69
+ }
70
+ },
71
+ {
72
+ "command" : " npm run build:ci:frontend" ,
73
+ "scripts" : {
74
+ "build" : " tsc --build" ,
75
+ "build:ci:frontend" : " npm ci && npm run build && npm run build:local -w frontend"
76
+ }
77
+ },
78
+ {
79
+ "command" : " yarn build:ci:frontend" ,
80
+ "scripts" : {
81
+ "build" : " tsc --build" ,
82
+ "build:ci:frontend" : " npm ci && npm run build && yarn workspace frontend build"
83
+ }
84
+ }
85
85
86
- ]
86
+ ]
0 commit comments