File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 33
33
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-yarn-
36
- - run : yarn install --frozen-lockfile --prefer-offline
36
+ - run : yarn dev
37
37
- run : yarn lint
38
38
test :
39
39
name : Run tests
@@ -108,8 +108,7 @@ jobs:
108
108
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
109
109
restore-keys : |
110
110
${{ runner.os }}-yarn-
111
- - run : yarn install --frozen-lockfile --prefer-offline
112
- - run : yarn compile
111
+ - run : yarn dev
113
112
- run : yarn publish
114
113
env :
115
114
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -138,9 +137,7 @@ jobs:
138
137
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
139
138
restore-keys : |
140
139
${{ runner.os }}-yarn-
141
- - run : yarn install --frozen-lockfile --prefer-offline
142
- - run : yarn compile
143
- - run : yarn --cwd ./website install --frozen-lockfile --prefer-offline
140
+ - run : yarn dev
144
141
- run : yarn --cwd ./website build
145
142
- name : Deploy to GitHub Pages
146
143
uses : JamesIves/github-pages-deploy-action@4.0.0
You can’t perform that action at this time.
0 commit comments