提交 862a92de 编写于 作者: J João Moreno

Merge pull request #3649 from phillipj/avoid-global-gulp

Use local version of gulp in build steps
{
"version": "0.1.0",
"command": "gulp",
"command": "./node_modules/.bin/gulp",
"isShellCommand": true,
"tasks": [
{
......
......@@ -13,7 +13,8 @@
"scripts": {
"test": "mocha",
"preinstall": "node build/npm/preinstall.js",
"postinstall": "npm --prefix extensions/vscode-api-tests/ install extensions/vscode-api-tests/ && npm --prefix extensions/json/ install extensions/json/ && npm --prefix extensions/typescript/ install extensions/typescript/"
"postinstall": "npm --prefix extensions/vscode-api-tests/ install extensions/vscode-api-tests/ && npm --prefix extensions/json/ install extensions/json/ && npm --prefix extensions/typescript/ install extensions/typescript/",
"watch": "gulp watch"
},
"dependencies": {
"applicationinsights": "0.15.6",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册