Skip to content

Commit

Permalink
fix: revert back netlify to v15 (#4446)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-2.local>
  • Loading branch information
Rajdeepc and Rajdeep Chandra committed May 13, 2024
1 parent 5a19051 commit 7835eb8
Show file tree
Hide file tree
Showing 3 changed files with 1,164 additions and 821 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Expand Up @@ -215,7 +215,6 @@ jobs:
command: yarn docs:preview
- run: echo '/* /index.html 200' > projects/documentation/dist/_redirects
- run: |
cd projects/documentation/dist
branch=$(git symbolic-ref --short HEAD)
branch=$(npx slugify-cli $branch)
yarn netlify deploy --alias=$branch
Expand Down Expand Up @@ -267,11 +266,10 @@ jobs:
name: Publish review site
command: |
cp projects/documentation/content/favicon.ico test/visual
cd test/visual
branch=$(git symbolic-ref --short HEAD)
hash=$(echo -n $branch-hcm | md5sum | cut -c 1-32)
echo hash
yarn netlify deploy --alias=$hash
yarn netlify deploy --alias=$hash --dir=test/visual
# move "updated" screenshot into the baseline directory before making the new cache
- run:
when: always
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -169,7 +169,7 @@
"lit-analyzer": "^2.0.3",
"lit-html": "^2.4.0 || ^3.1.3",
"mocha-junit-reporter": "^2.0.2",
"netlify-cli": "^17.0.0",
"netlify-cli": "^15.9.0",
"next": "^14",
"node-fetch": "^3.1.0",
"npm-run-all2": "^6.0.0",
Expand Down

0 comments on commit 7835eb8

Please sign in to comment.