Skip to content

Commit

Permalink
fix: disable post build for @stylexswc/rs-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Jan 20, 2025
1 parent 751986c commit dbe0e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/stylex-rs-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"bench": "node --import @swc-node/register/esm-register benchmark/bench.ts",
"build": "napi build --platform --release dist",
"build:debug": "napi build --platform",
"check:artifacts:disable": "scripty ./dist/rs-compiler.*.node",
"check:artifacts": "scripty ./dist/rs-compiler.*.node",
"format": "run-p format:prettier format:rs format:toml",
"format:check": "run-p format:rs:check format:toml:check",
"format:prettier": "prettier . -w",
Expand All @@ -94,7 +94,7 @@
"format:toml:check": "taplo format --check",
"lint": "oxlint .",
"lint:check": " cargo clippy --all-targets --all-features -- -D warnings",
"postbuild": "pnpm run check:artifacts",
"postbuild:disable": "pnpm run check:artifacts",
"prepublishOnly": "napi prepublish --skip-gh-release",
"test": "ava",
"version": "napi version"
Expand Down

0 comments on commit dbe0e1b

Please sign in to comment.