Skip to content

Create build-nodejs.yml #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Update package.json
  • Loading branch information
ne7359 authored Jan 18, 2025
commit 5b3e6f49bebf332996e33d6a371e99d27f507fd2
6 changes: 4 additions & 2 deletions nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "cross-env DEV_HTTP_PORT=3006 nodemon --config nodemon.json src/dev.js",
"build": "rimraf dist && cross-env NODE_ENV=production node esbuild.js && cross-env NODE_ENV=production node esbuild-config.js",
"build:copy": "rimraf dist && cross-env NODE_ENV=production node esbuild.js && cross-env NODE_ENV=production node esbuild-config.js && node copyDist.js \"D:\\\\soft\\\\猫影视\\\\Release\\\\data\\\\flutter_assets\\\\asset\\\\js\"", /* 新添加用于支持DS源适配猫影视 */
"build:copy": "rimraf dist && cross-env NODE_ENV=production node esbuild.js && cross-env NODE_ENV=production node esbuild-config.js && node copyDist.js \"D:\\\\soft\\\\猫影视\\\\Release\\\\data\\\\flutter_assets\\\\asset\\\\js\"",
"_增加字段_build:copy" "新添加用于支持DS源适配猫影视",
"build:config": "cross-env NODE_ENV=production node esbuild-config.js",
"build:rollup": "rimraf dist && cross-env NODE_ENV=production node rollup.js && cross-env NODE_ENV=production node rollup-config.js",
"build:rollup:config": "cross-env NODE_ENV=production node rollup-config.js"
Expand Down Expand Up @@ -38,6 +39,7 @@
"iconv-lite": "^0.6.3",
"node-json-db": "^2.3.0",
"node-rsa": "^1.1.1",
"qs": "^6.14.0" /* 新添加用于支持DS源适配猫影视 */
"qs": "^6.14.0",
"_新增字段_qs" "新添加用于支持DS源适配猫影视"
}
}