File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 path : |
4343 **/node_modules
44+ build
4445 .rdf-test-suite-cache
4546 .rdf-test-suite-ldf-cache
4647 key : ${{ runner.os }}-${{ runner.node-version }}-test-modules-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2828 "scripts" : {
2929 "test" : " rm test/*.hdt.index.* 2> /dev/null; mocha" ,
3030 "lint" : " eslint --fix lib/*.js test/*.js bin/*" ,
31- "validate" : " npm ls"
31+ "validate" : " npm ls" ,
32+ "preinstall" : " if [ -e replace-in-file.json ]; then replace-in-file --configFile=replace-in-file.json; fi"
3233 },
3334 "dependencies" : {
3435 "minimist" : " ^1.1.0" ,
4041 "eslint" : " ^5.3.0" ,
4142 "mocha" : " ^6.2.2" ,
4243 "precommit-hook" : " ^3.0.0" ,
44+ "replace-in-file" : " ^8.3.0" ,
4345 "should" : " ^13.1.0" ,
4446 "@comunica/utils-bindings-factory" : " ^4.0.2"
4547 },
Original file line number Diff line number Diff line change 1+ {
2+ "files" : " deps/libhdt/src/util/StopWatch.cpp" ,
3+ "from" : " uint64_t" ,
4+ "to" : " unsigned long long"
5+ }
You can’t perform that action at this time.
0 commit comments