|
|
@@ -23,12 +23,12 @@
|
|
|
"//// for CI": "",
|
|
|
"dev:ci": "yarn dev:client:nowatch && yarn dev:server --ci",
|
|
|
"predev:ci": "run-p resources:*",
|
|
|
- "test:lint:typecheck": "npx tsc",
|
|
|
- "test:lint:eslint": "eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
|
- "test:lint:styles": "stylelint src/**/*.scss",
|
|
|
- "test:lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
- "test:lint": "run-p test:lint:*",
|
|
|
- "test:test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
+ "lint:typecheck": "npx tsc",
|
|
|
+ "lint:eslint": "eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
|
+ "lint:styles": "stylelint src/**/*.scss",
|
|
|
+ "lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
+ "lint": "run-p test:lint:*",
|
|
|
+ "test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
"pretest:lint:eslint": "yarn resources:plugin",
|
|
|
"pretest:lint:swagger2openapi": "yarn openapi:v3",
|
|
|
"//// misc": "",
|