-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,6 @@ | |
"scripts": { | ||
"artifacts:local": "rm -rf tmp && mkdir tmp && cp *.node tmp/ && napi artifacts --dir ./tmp --dist npm", | ||
"artifacts": "napi artifacts", | ||
"build:debug": "napi build --cargo-cwd ../../crates/binding --platform --js src/binding.js --dts src/binding.d.ts", | ||
"build:linux:gnu": "npm run --ignore-scripts napi:build -- --target x86_64-unknown-linux-gnu", | ||
"build:linux:musl": "npm run --ignore-scripts napi:build -- --target x86_64-unknown-linux-musl", | ||
"build:mac:aarch": "npm run napi:build -- --target aarch64-apple-darwin", | ||
|
@@ -67,6 +66,7 @@ | |
"clean": "rm -rf *.node artifacts-*.* node_modules/.cache", | ||
"format": "biome check --write .", | ||
"napi:build": "napi build --release --cargo-cwd ../../crates/binding --platform --js ./binding.js --dts ./binding.d.ts", | ||
"napi:build:debug": "napi build --cargo-cwd ../../crates/binding --platform --js src/binding.js --dts src/binding.d.ts", | ||
"postbuild": "npm run format", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"release": "utools release --sync-deps ../bundler-mako/package.json,../create-mako/templates/minimal/package.json --sync-versions ../bundler-mako/package.json --sync-publishes ../bundler-mako --git-tag", | ||
|
@@ -89,4 +89,4 @@ | |
"access": "public" | ||
}, | ||
"repository": "[email protected]:umijs/mako.git" | ||
} | ||
} |