File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242 - run : npm ci
4343
4444 - persist_to_workspace :
45- root : ~
45+ root : ..
4646 paths :
4747 - " .cache"
4848 - " repo"
@@ -52,12 +52,12 @@ jobs:
5252
5353 steps :
5454 - attach_workspace :
55- at : ~
55+ at : ..
5656
5757 - run : npm run build
5858
5959 - persist_to_workspace :
60- root : ~
60+ root : ..
6161 paths :
6262 - " repo/babel-preset"
6363 - " repo/babel-register"
7171
7272 steps :
7373 - attach_workspace :
74- at : ~
74+ at : ..
7575
7676 - run : npm run style
7777 - run : npm run lint
8181
8282 steps :
8383 - attach_workspace :
84- at : ~
84+ at : ..
8585
8686 - run : npm run test:unit
8787
9393 condition : << pipeline.parameters.is-testing-interoperability >>
9494 steps :
9595 - attach_workspace :
96- at : ~
96+ at : ..
9797
9898 - run : npm pack
9999
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - attach_workspace :
122- at : ~
122+ at : ..
123123
124124 - run :
125125 name : Prepare NPM
You can’t perform that action at this time.
0 commit comments