Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Support user nodejs 18
  • Loading branch information
ted423 committed Dec 4, 2022
1 parent 0182afd commit 14c2991
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 @@ -9,8 +9,8 @@
"displayName": "PT 助手 Plus",
"homepage": "https://github.com/ronggang/PT-Plugin-Plus",
"scripts": {
"serve": "vue-cli-service serve --mode=test",
"build": "yarn build:index && yarn build:background && yarn build:content && yarn resource",
"serve": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve --mode=test",
"build": "set NODE_OPTIONS=--openssl-legacy-provider & yarn build:index && yarn build:background && yarn build:content && yarn resource",
"lint": "vue-cli-service lint",
"background": "webpack --config webpack/prod-background.js && webpack --config webpack/prod-content.js",
"dev": "yarn dev:index && yarn dev:background && yarn dev:content && yarn resource",
Expand Down

0 comments on commit 14c2991

Please sign in to comment.