We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f200f commit 7e43b78Copy full SHA for 7e43b78
js/package.json
@@ -12,6 +12,7 @@
12
"clean": "gulp clean",
13
"debug": "gulp debug",
14
"perf": "node ./perf/index.js",
15
+ "test:integration": "node ./bin/integration.js --mode validate",
16
"create:perfdata": "python ./test/data/tables/generate.py ./test/data/tables/tracks.arrow",
17
"release": "./npm-release.sh",
18
"clean:all": "run-p clean clean:testdata",
0 commit comments