Skip to content

Commit 90031e3

Browse files
committed
fix: test case.
1 parent f674bff commit 90031e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat",
88
"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js",
9-
"test": "npm run test:build",
9+
"test": "npm run build && npm run test:build",
1010
"test:all": "mocha --require babel-register",
1111
"test:build": "mocha --require babel-register test/*.test.js",
1212
"test:benchmark": "mocha --require babel-register test/benchmark.js"

0 commit comments

Comments
 (0)