Skip to content

Commit 4ca381b

Browse files
committed
Revert "Improve support for developing on Windows (#485)"
This reverts commit de3316d.
1 parent 0fe7b0b commit 4ca381b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111

1212
jobs:
1313
build:
14+
runs-on: ubuntu-latest
15+
1416
strategy:
1517
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
1718
node-version: [12.x, 14.x, 16.x]
18-
19-
runs-on: ${{ matrix.os }}
19+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
# NOTE: There are no necessary tests to run for this repo
2222
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start-sandbox": "npx tabextsandbox --config sandbox-config.json",
99
"lint": "npm run jslint && npm run tslint",
1010
"jslint": "semistandard ./Samples/*/*.js",
11-
"tslint": "npx tslint --config ./tslint.json ./Samples-Typescript/*/*.ts*",
11+
"tslint": "./node_modules/.bin/tslint --config ./tslint.json ./Samples-Typescript/*/*.ts*",
1212
"dev": "concurrently --kill-others \"webpack --watch\" \"npm:start\""
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)