diff --git a/.ci/pr-pipeline.yml b/.ci/pr-pipeline.yml index 5cc574796..644a8bc09 100644 --- a/.ci/pr-pipeline.yml +++ b/.ci/pr-pipeline.yml @@ -9,7 +9,7 @@ jobs: - job: Linux pool: vmImage: ubuntu-latest - timeoutInMinutes: 20 + timeoutInMinutes: 50 steps: - checkout: self clean: true @@ -19,7 +19,7 @@ jobs: - job: Windows pool: vmImage: windows-latest - timeoutInMinutes: 20 + timeoutInMinutes: 85 steps: - checkout: self clean: true @@ -29,7 +29,7 @@ jobs: - job: macOS pool: vmImage: macOS-latest - timeoutInMinutes: 20 + timeoutInMinutes: 110 steps: - checkout: self clean: true diff --git a/package.json b/package.json index 300a1583f..fc081879b 100644 --- a/package.json +++ b/package.json @@ -1394,6 +1394,8 @@ }, "scripts": { "build": "gulp build", + "lint": "gulp lint", + "format": "gulp format", "vscode:prepublish": "gulp", "test": "node ./test/runTest.js", "test-localization": "node ./test/localization/runTest.js",