File tree Expand file tree Collapse file tree 13 files changed +16
-688
lines changed Expand file tree Collapse file tree 13 files changed +16
-688
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @primer/primitives ' : patch
3
+ ---
4
+
5
+ rm v2 output
Original file line number Diff line number Diff line change 29
29
run : npm ci --no-audit --no-fund --ignore-scripts
30
30
31
31
- name : Build tokens
32
- run : npm run build:next # building v1 as they are currently used for contrast check
32
+ run : npm run build
33
33
34
34
- name : Run required checks
35
35
run : |
Original file line number Diff line number Diff line change 28
28
run : npm run build
29
29
30
30
- name : Build v8 tokens
31
- run : npm run build:next
31
+ run : npm run build:v8
32
32
33
33
- name : Code linting check
34
34
run : npm run lint
55
55
- name : Install dependencies
56
56
run : npm ci
57
57
- name : Build v8 tokens
58
- run : npm run build:next
58
+ run : npm run build:v8
59
59
- name : Build storybook
60
60
working-directory : docs/storybook
61
61
run : |
Original file line number Diff line number Diff line change 17
17
with :
18
18
node_version : 18
19
19
install : npm ci --legacy-peer-deps --no-audit --no-fund && npm run install:storybook
20
- build : npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:prod
20
+ build : npm run build && cd docs/storybook && npm run build:prod
21
21
output_dir : docs/public
22
22
Original file line number Diff line number Diff line change 16
16
with :
17
17
node_version : 18
18
18
install : npm ci --no-audit --no-fund --ignore-scripts && npm run install:storybook
19
- build : npm run build:tokens && npm run build && npm run build:next && cd docs/storybook && npm run build:preview
19
+ build : npm run build && cd docs/storybook && npm run build:preview
20
20
output_dir : docs/public
21
21
22
22
post_storybook :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,18 +69,12 @@ jobs:
69
69
- name : Build tokens
70
70
run : npm run build
71
71
72
- - name : Build experimental tokens
73
- run : npm run build:tokens
74
-
75
72
- name : Install dependencies (base)
76
73
run : pushd base; npm i --no-audit --no-fund --ignore-scripts; popd
77
74
78
75
- name : Build (base)
79
76
run : pushd base; npm run build; popd
80
77
81
- - name : Build (base experimental)
82
- run : pushd base; npm run build:tokens; popd
83
-
84
78
- name : Diff
85
79
uses : primer/comment-token-update@main
86
80
env :
Original file line number Diff line number Diff line change 30
30
- name : Build tokens
31
31
run : npm run build
32
32
33
- - name : Build experimental tokens
34
- run : npm run build:tokens
35
-
36
33
- id : get-access-token
37
34
uses : camertron/github-app-installation-auth-action@v1
38
35
with :
Original file line number Diff line number Diff line change 30
30
- name : Build tokens
31
31
run : npm run build
32
32
33
- - name : Build experimental tokens
34
- run : npm run build:tokens
35
-
36
33
- name : Create .npmrc
37
34
run : |
38
35
cat << EOF > "$HOME/.npmrc"
Original file line number Diff line number Diff line change 29
29
- name : Build tokens
30
30
run : npm run build
31
31
32
- - name : Build experimental tokens
33
- run : npm run build:tokens
34
-
35
32
- name : Create .npmrc
36
33
run : |
37
34
cat << EOF > "$HOME/.npmrc"
Original file line number Diff line number Diff line change 37
37
- name : Install browsers
38
38
run : npx playwright install --with-deps
39
39
- name : Build v8 tokens
40
- run : npm run build:next
40
+ run : npm run build:v8
41
41
- name : Build storybook
42
42
working-directory : docs/storybook
43
43
run : |
You can’t perform that action at this time.
0 commit comments