mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
feat: add extractors bundled in file refactor stream handling in multiple providers
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
"test:single": "node test-providers.js",
|
||||
"test:provider": "node test-provider.js",
|
||||
"test:ui": "npm run test:interactive",
|
||||
"build": "node build-simple.js",
|
||||
"build:dev": "cross-env SKIP_MINIFY=true node build-simple.js",
|
||||
"build": "node build-bundled.js",
|
||||
"build:dev": "cross-env SKIP_MINIFY=true node build-bundled.js",
|
||||
"build:old": "node build-simple.js",
|
||||
"dev": "node dev-server.js",
|
||||
"dev:build": "npm run build && npm run dev",
|
||||
"watch": "nodemon",
|
||||
|
||||
Reference in New Issue
Block a user