File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,9 @@ If your version of NativeScript is incompatible with the extension you will see
45
45
2 . To build the extension run the following commands in the root repository folder
46
46
47
47
```
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
52
51
```
53
52
54
53
3. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.
You can’t perform that action at this time.
0 commit comments