|
3 | 3 | "version": "1.1.0", |
4 | 4 | "private": false, |
5 | 5 | "dependencies": { |
| 6 | + "@commitlint/cli": "^19.8.0", |
| 7 | + "@commitlint/config-conventional": "^19.8.0", |
6 | 8 | "@patternfly/patternfly": "^5.4.0", |
7 | 9 | "@patternfly/react-component-groups": "^5.2.0", |
8 | 10 | "@patternfly/react-core": "^5.4.0", |
|
116 | 118 | "build": "fec build", |
117 | 119 | "build:prod": "fec build", |
118 | 120 | "ci:test": "yarn test --coverage --forceExit --maxWorkers=4 --detectOpenHandles && curl -s https://codecov.io/bash | bash", |
119 | | - "ci:schema": "bash ./.travis/schema-check.sh", |
120 | 121 | "test": "TZ=UTC jest --verbose --no-cache", |
121 | 122 | "smoketest": "karma start ./config/karma.conf.ts", |
122 | 123 | "lint": "npm-run-all lint:*", |
|
126 | 127 | "server:ctr": "node src/server/generateServerKey.js", |
127 | 128 | "start": "fec dev", |
128 | 129 | "start:proxy": "PROXY=true fec dev", |
129 | | - "travis": "npm-run-all build:prod lint 'test --coverage --forceExit --maxWorkers=4 --detectOpenHandles' smoketest", |
130 | 130 | "verify": "npm-run-all build lint test", |
| 131 | + "ci:verify": "npm run test", |
131 | 132 | "nightly": "npm run deploy", |
132 | 133 | "schema": "npm-run-all schema:policies", |
133 | 134 | "schema:policies": "npm-run-all 'schema:policies:generate -i http://localhost:8080/api/policies/v1.0/openapi.json'", |
|
0 commit comments