Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Dec 26, 2023
1 parent 84b6155 commit 6cc372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"typings": "es/index.d.ts",
"scripts": {
"build": "father-build",
"docs:build": "set NODE_OPTIONS=--openssl-legacy-provider&&dumi build",
"docs:build": " NODE_OPTIONS=--openssl-legacy-provider dumi build",
"docs:deploy": "gh-pages -d dist",
"prepublishOnly": "npm run build",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"start": "set NODE_OPTIONS=--openssl-legacy-provider&&dumi dev",
"start": "NODE_OPTIONS=--openssl-legacy-provider dumi dev",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
Expand Down

0 comments on commit 6cc372e

Please sign in to comment.