Skip to content

Commit

Permalink
chore: use legacy openssl for docz
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed Feb 21, 2024
1 parent 1144719 commit ad290b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "jest",
"lint": "tsc --noEmit && eslint '{docs,src,test}/**/*.{js,ts,tsx}' --quiet --fix && prettier '**/*.{md,mdx,json}' --write",
"docz:dev": "docz dev",
"docz:build": "docz build --base /leaflet-geosearch/",
"docz:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider docz build --base /leaflet-geosearch/",
"docz:serve": "docz build && docz serve",
"docs:update": "run-s clean build docz:build && git checkout gh-pages && find . -maxdepth 1 -type f -not -path '*/\\.*' -delete && cp -r .docz/dist/* . && git add . && (git diff --staged --exit-code || git commit -m \"update docs\") && git checkout - && git push origin gh-pages",
"prepublish": "run-s test clean build",
Expand Down Expand Up @@ -77,6 +77,7 @@
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"docz": "^2.3.1",
"docz-theme-default": "^1.2.0",
"eslint": "^8.24.0",
Expand Down

0 comments on commit ad290b0

Please sign in to comment.