File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ node_js:
1212 - " v8.11.3"
1313 - " v10.7.0"
1414scripts : {
15- " test " : " make test"
15+ " test " : " npm run test:build "
1616 }
Original file line number Diff line number Diff line change 77 "build" : " jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat" ,
88 "build-concat" : " cat src/stringify.js src/suffix.js >> ./dist/parser/sqlParser.js" ,
99 "postbuild" : " npm run test:build" ,
10+ "test" : " npm run build" ,
1011 "test:all" : " mocha --require babel-register" ,
11- "test:build" : " mocha 'test/*.test.js'" ,
12- "test:benchmark" : " mocha test/benchmark.js"
12+ "test:build" : " mocha --require babel-register 'test/*.test.js'" ,
13+ "test:benchmark" : " mocha --require babel-register test/benchmark.js"
1314 },
1415 "repository" : {
1516 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments