Skip to content

Commit

Permalink
Use existing npm script instead of npx
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Dec 12, 2024
1 parent 7920708 commit 5e25ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@
"lint": "eslint ./ --ext ts && tsc --noEmit",
"update-swift-docc-render": "tsx ./scripts/update_swift_docc_render.ts",
"format": "prettier --check .",
"postinstall": "npx tsx scripts/update_swift_docc_render.ts postinstall",
"postinstall": "npm run update-swift-docc-render",
"pretest": "npm run compile-tests",
"soundness": "docker compose -f docker/docker-compose.yaml -p swift-vscode-soundness-prb run --rm soundness",
"test-soundness": "scripts/soundness.sh",
Expand Down

0 comments on commit 5e25ec1

Please sign in to comment.