|
5 | 5 | "main": "./dist/parser/sqlParser.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat", |
8 | | - "build-concat": "cat src/stringify.js src/suffix.js >> ./dist/parser/sqlParser.js", |
| 8 | + "build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js", |
9 | 9 | "postbuild": "npm run test:build", |
10 | 10 | "test": "npm run build", |
11 | 11 | "test:all": "mocha --require babel-register", |
12 | | - "test:build": "mocha --require babel-register 'test/*.test.js'", |
| 12 | + "test:build": "mocha --require babel-register test/*.test.js", |
13 | 13 | "test:benchmark": "mocha --require babel-register test/benchmark.js" |
14 | 14 | }, |
15 | 15 | "repository": { |
|
33 | 33 | "concat": "^1.0.3", |
34 | 34 | "debug": "^3.1.0", |
35 | 35 | "jison": "^0.4.17", |
| 36 | + "minicat": "^1.0.0", |
36 | 37 | "mocha": "^3.2.0" |
37 | 38 | } |
38 | 39 | } |
0 commit comments