Skip to content

Commit

Permalink
Merge pull request #1 from efabris/test_snyk
Browse files Browse the repository at this point in the history
Reordering script into package.json
  • Loading branch information
efabris authored May 21, 2020
2 parents 3ffbd95 + 11cac46 commit 90f3325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
"compile:windows": "rmdir dist /s /q & tsc",
"compile": "rm -rf dist/ && tsc",
"compile:windows": "rmdir dist /s /q & tsc",
"test": "TS_NODE_FILES=true mocha -r source-map-support/register -r ts-node/register --files --recursive test/**/*.spec.ts",
"test:windows": "set TS_NODE_FILES=true & mocha -r source-map-support/register -r ts-node/register --files --recursive test/**/*.spec.ts",
"test:coverage": "TS_NODE_FILES=true nyc mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts",
Expand Down

0 comments on commit 90f3325

Please sign in to comment.