We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f674bff commit 90031e3Copy full SHA for 90031e3
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat",
8
"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js",
9
- "test": "npm run test:build",
+ "test": "npm run build && npm run test:build",
10
"test:all": "mocha --require babel-register",
11
"test:build": "mocha --require babel-register test/*.test.js",
12
"test:benchmark": "mocha --require babel-register test/benchmark.js"
0 commit comments