diff options
author | 2021-09-05 14:33:29 -0700 | |
---|---|---|
committer | 2021-09-05 14:33:29 -0700 | |
commit | 4749669e741ae522f2e0870ec5ea1b6c1fa832ad (patch) | |
tree | 2435599890c48478eb34480f34b636e70916d9e1 | |
parent | 6f2749d13d93963be2b512d2f64e4179561f10a1 (diff) | |
download | bun-4749669e741ae522f2e0870ec5ea1b6c1fa832ad.tar.gz bun-4749669e741ae522f2e0870ec5ea1b6c1fa832ad.tar.zst bun-4749669e741ae522f2e0870ec5ea1b6c1fa832ad.zip |
Makefile
Former-commit-id: 7815afe6a5a250b14dff1a769fd4c30066fcb466
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ sign-macos-x64: release-macos-x64: build-obj bun-link-lld-release sign-macos-x64 api: - npm install peechy; npm run peechy --schema src/api/schema.peechy --esm src/api/schema.js --ts src/api/schema.d.ts --zig src/api/schema.zig + npm install; ./node_modules/.bin/peechy --schema src/api/schema.peechy --esm src/api/schema.js --ts src/api/schema.d.ts --zig src/api/schema.zig node-fallbacks: cd src/node-fallbacks; npm install; npm run --silent build |