Skip to content

Commit

Permalink
modify the runtime base build adapter process
Browse files Browse the repository at this point in the history
  • Loading branch information
MTZing committed Mar 7, 2025
1 parent 80f0551 commit 7333c86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 200 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": ">=18.0.0"
},
"scripts": {
"postinstall": "npm run build:debug-infos && npm run build:declaration && npm run build:adapter && npm run fetch-ral && npm run build:native-pack-tool",
"postinstall": "npm run build:debug-infos && npm run build:declaration && npm run build:adapter && npm run build:native-pack-tool",
"build": "npm run build:min && npm run build:declaration",
"build:adapter": "node ./scripts/build-adapter.js",
"build:const": "node ./scripts/build-const.js",
Expand All @@ -23,7 +23,6 @@
"build:native-pack-tool": "cd ./scripts/native-pack-tool && npm install && npm run build",
"clear": "node ./scripts/clear-cache.js",
"clear:platform": "node ./native/utils/clear-platform.js && node ./scripts/clear-file.js",
"fetch-ral": "node ./scripts/fetch-ral.js",
"test": "tsc --noEmit && jest",
"test:dts": "npx tsc ./scripts/test-declarations/test.d.ts",
"update:engine-version": "node ./scripts/checkout-engine-version.js",
Expand Down
3 changes: 0 additions & 3 deletions platforms/runtime/target-commit.json

This file was deleted.

195 changes: 0 additions & 195 deletions scripts/fetch-ral.js

This file was deleted.

0 comments on commit 7333c86

Please sign in to comment.