diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-15 12:07:53 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-15 12:07:53 -0700 |
commit | 8c4770bdba38120bb940921d5db6e2c9bb1bc3f5 (patch) | |
tree | e606199e62141044d45da091ca1c519aac710813 /extension/src/README.md | |
parent | 1e0ab3f7dfb27d3b8ccccee81ea86ed94f2c45c5 (diff) | |
parent | cdd04fc41edc6af6321c6e992228a09210944634 (diff) | |
download | sncontinue-8c4770bdba38120bb940921d5db6e2c9bb1bc3f5.tar.gz sncontinue-8c4770bdba38120bb940921d5db6e2c9bb1bc3f5.tar.bz2 sncontinue-8c4770bdba38120bb940921d5db6e2c9bb1bc3f5.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/src/README.md')
-rw-r--r-- | extension/src/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extension/src/README.md b/extension/src/README.md index c46de79f..4969890f 100644 --- a/extension/src/README.md +++ b/extension/src/README.md @@ -20,9 +20,8 @@ 9. `cmd+shift+p` to look at developer console and select Continue commands -10. Every time you make changes to the code, you need to run `npm run compile` +10. Every time you make changes to the code, you need to run `npm run esbuild` unless you make changes inside of `react-app` and then you need to run `npm run build` from there -11. If you run into a "command not found" error, try running `npm run rebuild` and then `npm run compile` ## Alternative: Install from source |