Skip to content

Commit ba1effd

Browse files
committed
Change build from source instructions
1 parent 29094d7 commit ba1effd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ If your version of NativeScript is incompatible with the extension you will see
4545
2. To build the extension run the following commands in the root repository folder
4646

4747
```
48-
npm install # installs npm dependencies
49-
./node_modules/.bin/tsd install # fetches TypeScript definitions
50-
./node_modules/.bin/gulp # Builds the extension and produces 'out' folder
51-
./node_modules/.bin/vsce package # produces nativescript-*.*.*.vsix in the root folder
48+
npm install
49+
npm run build # compiles TypeScript source files to JavaScript
50+
npm run package # produces nativescript-*.*.*.vsix in the root folder
5251
```
5352
5453
3. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.

0 commit comments

Comments
 (0)