mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-09-26 05:49:57 +08:00
chore: support node18
This commit is contained in:
parent
3586464069
commit
d3821586d8
@ -6,8 +6,8 @@
|
||||
"module": "dist/index.esm.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"start": "dumi dev",
|
||||
"build": "dumi build",
|
||||
"start": "NODE_OPTIONS=--openssl-legacy-provider dumi dev",
|
||||
"build": "NODE_OPTIONS=--openssl-legacy-provider dumi build",
|
||||
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
||||
"make": "node ./bin/update.js"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user