File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"build" : " tsc --version && tsc --project \" ./src\" " ,
9
9
"lint" : " tsc --project \" ./src\" --noEmit && eslint -c .eslintrc.js --ext .ts ./src" ,
10
- "comparison-tests" : " git clean -xfd test/comparison-tests && npm link ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js" ,
10
+ "comparison-tests" : " git clean -xfd test/comparison-tests && npm link --legacy-peer-deps ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js" ,
11
11
"comparison-tests-generate" : " git clean -xfd test/comparison-tests && node test/comparison-tests/stub-new-version.js" ,
12
12
"execution-tests" : " git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js" ,
13
13
"test" : " git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests && node test/run-tests.js" ,
You can’t perform that action at this time.
0 commit comments