File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"displayName" : " PT 助手 Plus" ,
10
10
"homepage" : " https://github.com/ronggang/PT-Plugin-Plus" ,
11
11
"scripts" : {
12
- "serve" : " vue-cli-service serve --mode=test" ,
13
- "build" : " yarn build:index && yarn build:background && yarn build:content && yarn resource" ,
12
+ "serve" : " set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve --mode=test" ,
13
+ "build" : " set NODE_OPTIONS=--openssl-legacy-provider & yarn build:index && yarn build:background && yarn build:content && yarn resource" ,
14
14
"lint" : " vue-cli-service lint" ,
15
15
"background" : " webpack --config webpack/prod-background.js && webpack --config webpack/prod-content.js" ,
16
16
"dev" : " yarn dev:index && yarn dev:background && yarn dev:content && yarn resource" ,
You can’t perform that action at this time.
0 commit comments