Skip to content

Commit

Permalink
Removing vscode extension from main build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Moreau-Mathis authored and Julien Moreau-Mathis committed May 27, 2019
1 parent 679f98d commit e169d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"compile": "tsc -p .",
"compile-electron": "tsc -p ./electron",
"build-vscode-extension": "cd vscode-extension && npm run package && cd ..",
"build": "npm run compile && npm run compile-electron && npm run build-vscode-extension && npm run bundle",
"build": "npm run compile && npm run compile-electron && npm run bundle",
"rebuild": "npm run clean && npm run build",
"watch": "tsc -p . --watch",
"watch-electron": "tsc -p ./electron --watch",
Expand Down

0 comments on commit e169d7e

Please sign in to comment.