Skip to content

Commit

Permalink
Revert "[compatibility] 解决兼容性问题 node.js v17 以上版本 程序启动失败 fixes: #423"
Browse files Browse the repository at this point in the history
This reverts commit f9a0df9.
  • Loading branch information
albyben committed Jul 28, 2023
1 parent a10f252 commit f829fc3
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 @@ -45,8 +45,8 @@
"compile": "gulp compile",
"dist": "node build/bin/dist.js",
"clean": "rimraf _data && rimraf _site ",
"site": "npm run tsc && npm run clean && NODE_OPTIONS=--openssl-legacy-provider bisheng build -c ./site/bisheng.config.js",
"start": "npm run tsc && npm run clean && cross-env NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider bisheng start -c ./site/bisheng.config.js",
"site": "npm run tsc && npm run clean && bisheng build -c ./site/bisheng.config.js",
"start": "npm run tsc && npm run clean && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
"lint": "npm run tsc && npm run lint:script && npm run lint:style",
"lint:script": "eslint --ext .tsx,.ts,.js,.jsx ./components ./site",
"tsc": "tsc --noEmit",
Expand Down

0 comments on commit f829fc3

Please sign in to comment.