Skip to content

Commit e953088

Browse files
author
marwan37
committed
update npm script name in README to correct one: buildExtension
1 parent 2d6f8fe commit e953088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ The extension runs in two places:
4545
1. **Build extension**:
4646

4747
```bash
48-
npm run buildExtension:replace
48+
npm run buildExtension
4949
```
5050

51-
_This packages the extension and updates both repos (requires repos to be side-by-side)_
51+
_This packages the extension and replaces the current one in `.devcontainer/extensions/`_
5252

5353
2. **Test in user environment**: Test changes in both GitHub Codespaces and local dev containers
5454

0 commit comments

Comments
 (0)