We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24381ee commit f8034b8Copy full SHA for f8034b8
package.json
@@ -6,8 +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
- "postbuild": "npm run test:build",
10
- "test": "npm run build",
+ "test": "npm run test:build",
11
"test:all": "mocha --require babel-register",
12
"test:build": "mocha --require babel-register test/*.test.js",
13
"test:benchmark": "mocha --require babel-register test/benchmark.js"
0 commit comments