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 77 "scripts" : {
88 "build" : " tsc --version && tsc --project \" ./src\" " ,
99 "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" ,
1111 "comparison-tests-generate" : " git clean -xfd test/comparison-tests && node test/comparison-tests/stub-new-version.js" ,
1212 "execution-tests" : " git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js" ,
1313 "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