We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c2ce0 commit bd3dc27Copy full SHA for bd3dc27
.github/workflows/ci-dgraph-js.yml
@@ -51,5 +51,5 @@ jobs:
51
- name: Run dgraph-js tests
52
working-directory: dgraph-js
53
run: |
54
- npm ci --legacy-peer-deps
+ npm ci
55
bash scripts/run-tests.sh
package.json
@@ -26,7 +26,7 @@
26
"build:protos": "yarn build:protos:msgs && yarn build:protos:srvs",
27
"build": "tsc -p tsconfig.release.json",
28
"build:watch": "tsc -w -p tsconfig.release.json",
29
- "lint": "eslint -c .eslintrc.js .",
+ "lint": "eslint .",
30
"lint:fix": "eslint . --fix",
31
"pretest": "yarn lint",
32
"test": "jest --coverage --runInBand",
0 commit comments