File tree Expand file tree Collapse file tree 7 files changed +17
-591
lines changed Expand file tree Collapse file tree 7 files changed +17
-591
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 @@ -41,11 +41,15 @@ jobs:
41
41
- name : Install dependencies (reference)
42
42
run : pushd temp-main; npm install --legacy-peer-deps --ignore-scripts; popd
43
43
44
- - name : Build
45
- run : npm run build:tokens
46
44
47
- - name : Build (reference)
48
- run : pushd temp-main; npm run build:tokens; popd
45
+ - name : Needs update
46
+ run : echo "Update to use new tokens"
47
+
48
+ # - name: Build
49
+ # run: npm run build:tokens
50
+
51
+ # - name: Build (reference)
52
+ # run: pushd temp-main; npm run build:tokens; popd
49
53
50
54
- name : Export diff
51
55
run : |
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 :
You can’t perform that action at this time.
0 commit comments