Skip to content

Commit

Permalink
Merge pull request #13 from Azure/citest
Browse files Browse the repository at this point in the history
citest
  • Loading branch information
olydis authored Apr 5, 2018
2 parents 80c8340 + 21cfe32 commit e36facf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node ./dist/main.js",
"build": "tsc -p . && node .scripts/fix-aliased-imports.js",
"prepare": "npm run build",
"test": "npm run build && mocha dist/test && mocha dist/func-factory/test --timeout 100000 && mocha dist/highlevel/test --timeout 10000 && mocha dist/lowlevel/test --timeout 10000",
"test": "npm run build && mocha dist/test && mocha dist/func-factory/test --timeout 100000 && mocha dist/highlevel/test --timeout 10000 && mocha dist/lowlevel/test --timeout 5000",
"testci": "npm run test",
"publish-preview": "npm test && node ./.scripts/publish",
"unpack": "shx rm -rf ./package && yarn pack && gzip -cd *.tgz | tar xv && erase *.tgz"
Expand Down Expand Up @@ -46,4 +46,4 @@
"js-yaml": "^3.10.0",
"typescript-simple": "8.0.6"
}
}
}

0 comments on commit e36facf

Please sign in to comment.