File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,17 +86,16 @@ jobs:
8686 uses : actions/setup-node@v2
8787 with :
8888 node-version : 14.15.4
89+ - run : git pull origin master
8990 - name : yarn install
9091 run : >
9192 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
9293 .npmrc
9394
94- yarn install
95+ yarn install --no-lockfile
9596 - run : yarn build
9697 - run : git add .
9798 - run : git config user.email "frank@cocreate.app"
9899 - run : git config user.name "frank pagan"
99100 - run : git commit --allow-empty -m "add dist bundle"
100- - run : git pull origin master
101- - run : git commit --allow-empty -m "add dist bundle"
102101 - run : git push origin master
Original file line number Diff line number Diff line change 5151 "babel-loader" : " ^8.1.0" ,
5252 "clean-webpack-plugin" : " ^3.0.0" ,
5353 "css-loader" : " ^5.1.2" ,
54- "css-minimizer-webpack-plugin" : " ^1.3 .0" ,
54+ "css-minimizer-webpack-plugin" : " ^2.0 .0" ,
5555 "file-loader" : " ^6.2.0" ,
5656 "html-webpack-inline-source-plugin" : " ^0.0.10" ,
5757 "html-webpack-plugin" : " ^5.3.1" ,
You can’t perform that action at this time.
0 commit comments