Skip to content

Commit 6cb0762

Browse files
committed
fix: test ci
1 parent f1792ed commit 6cb0762

3 files changed

Lines changed: 380 additions & 596 deletions

File tree

.github/workflows/automation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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",

0 commit comments

Comments
 (0)