Skip to content

Commit 5d5ec60

Browse files
W-MTZingMTZing
andauthored
modify the runtime base build adapter process (#18426)
Co-authored-by: lbq <[email protected]>
1 parent 80f0551 commit 5d5ec60

File tree

3 files changed

+1
-200
lines changed

3 files changed

+1
-200
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": ">=18.0.0"
1313
},
1414
"scripts": {
15-
"postinstall": "npm run build:debug-infos && npm run build:declaration && npm run build:adapter && npm run fetch-ral && npm run build:native-pack-tool",
15+
"postinstall": "npm run build:debug-infos && npm run build:declaration && npm run build:adapter && npm run build:native-pack-tool",
1616
"build": "npm run build:min && npm run build:declaration",
1717
"build:adapter": "node ./scripts/build-adapter.js",
1818
"build:const": "node ./scripts/build-const.js",
@@ -23,7 +23,6 @@
2323
"build:native-pack-tool": "cd ./scripts/native-pack-tool && npm install && npm run build",
2424
"clear": "node ./scripts/clear-cache.js",
2525
"clear:platform": "node ./native/utils/clear-platform.js && node ./scripts/clear-file.js",
26-
"fetch-ral": "node ./scripts/fetch-ral.js",
2726
"test": "tsc --noEmit && jest",
2827
"test:dts": "npx tsc ./scripts/test-declarations/test.d.ts",
2928
"update:engine-version": "node ./scripts/checkout-engine-version.js",

platforms/runtime/target-commit.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/fetch-ral.js

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)