disabled testing for now

ref #36
This commit is contained in:
Nicolai Ort 2021-03-31 17:15:29 +02:00
parent 2278e4ad06
commit cec893032d
1 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@
"build": "rimraf ./dist && tsc && cp-cli ./src/templates ./dist/templates && cp-cli ./src/locales ./dist/locales",
"licenses:export": "license-exporter --markdown",
"release": "release-it --only-version",
"translations:sort": "node sort_translations.js",
"test:speed": "start-server-and-test dev http://localhost:4010/docs/openapi.json test:speed:run",
"test:speed:run": "ts-node src/tests/speedtest.ts"
"translations:sort": "node sort_translations.js" //,
// "test:speed": "start-server-and-test dev http://localhost:4010/docs/openapi.json test:speed:run",
// "test:speed:run": "ts-node src/tests/speedtest.ts"
},
"repository": {
"type": "git",
@ -89,4 +89,4 @@
"publish": false
}
}
}
}