Fix windows test script

This commit is contained in:
Max Brunsfeld 2019-02-19 11:24:50 -08:00
parent cc9971242f
commit aa01fdb9a9
2 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ install:
- npm install - npm install
test_script: test_script:
- npm test - npm run test-windows
build: off build: off

View File

@ -16,11 +16,12 @@
"nan": "^2.10.0" "nan": "^2.10.0"
}, },
"devDependencies": { "devDependencies": {
"tree-sitter-cli": "^0.13.8" "tree-sitter-cli": "^0.14.4"
}, },
"scripts": { "scripts": {
"build": "tree-sitter generate && node-gyp build", "build": "tree-sitter generate && node-gyp build",
"test": "tree-sitter test && tree-sitter parse examples --quiet --time" "test": "tree-sitter test && tree-sitter parse examples/*.html --quiet --time",
"test-windows": "tree-sitter test"
}, },
"tree-sitter": [ "tree-sitter": [
{ {