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:
12
12
- " v8.11.3"
13
13
- " v10.7.0"
14
14
scripts : {
15
- " test " : " make test"
15
+ " test " : " npm run test:build "
16
16
}
Original file line number Diff line number Diff line change 7
7
"build" : " jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat" ,
8
8
"build-concat" : " cat src/stringify.js src/suffix.js >> ./dist/parser/sqlParser.js" ,
9
9
"postbuild" : " npm run test:build" ,
10
+ "test" : " npm run build" ,
10
11
"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"
13
14
},
14
15
"repository" : {
15
16
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments