|
|
@@ -32,9 +32,9 @@
|
|
|
"lint:styles": "stylelint src/**/*.scss",
|
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
"lint": "run-p lint:*",
|
|
|
- "test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
- "test:ci": "cross-env NODE_ENV=test jest",
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
+ "test": "cross-env NODE_ENV=test jest",
|
|
|
+ "jest:run": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
|
"//// misc": "",
|
|
|
"console": "yarn cross-env NODE_ENV=development yarn ts-node --experimental-repl-await src/server/console.js",
|