Skip to content

Commit

Permalink
chore: temp fix build-doc command
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Apr 9, 2024
1 parent 98f088e commit 3b22a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/dist/
/lib/
.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest",
"lint": "tslint -p tsconfig.json",
"umd": "rollup --config rollup.config.js",
"build-doc": "dumi build",
"build-doc": "NODE_OPTIONS=--openssl-legacy-provider dumi build",
"publish": "npm publish ./lib --registry=https://registry.npmjs.org",
"publish:alpha": "npm publish ./lib --registry=https://registry.npmjs.org --tag alpha",
"publish:dev": "npm publish ./lib --registry=https://registry.npmjs.org --tag dev",
Expand Down

1 comment on commit 3b22a91

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.