From c9129da9f5df71706b957d76378c3dacb1b41d0e Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Tue, 6 Feb 2024 22:38:31 +0800 Subject: [PATCH] doc: Remove all mentions of yarn. --- build_scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_scripts/README.md b/build_scripts/README.md index ceb9e1a..65c81f5 100644 --- a/build_scripts/README.md +++ b/build_scripts/README.md @@ -8,8 +8,8 @@ and may be retrieved from ## Building Assuming you have Nova.app installed at `/Applications/Nova.app`, run -`yarn build:tree-sitter` to build `libtree-sitter-svelte.dylib`. This command is -also included in `yarn build`. +`npm run build:tree-sitter` to build `libtree-sitter-svelte.dylib`. This command is +also included in `npm run build`. If you installed Nova.app elsewhere, run `build_parser.sh` (from project root) to build, specifying the path to Nova.app as the first argument: @@ -25,5 +25,5 @@ It will also copy the build output to correct place and cleanup temp files. The resulting library must be signed to be able to submit to Nova's library. Assuming you already built the library, and your Developer ID certificate is -installed to Login keychain, use `yarn sign:tree-sitter CERT_ID` to sign the +installed to Login keychain, use `npm run sign:tree-sitter CERT_ID` to sign the library.