File tree 9 files changed +8
-597
lines changed 9 files changed +8
-597
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 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 && npm run build:next && 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 && npm run build:next && cd docs/storybook && npm run build:preview
20
20
output_dir : docs/public
21
21
22
22
post_storybook :
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"
You can’t perform that action at this time.
0 commit comments