Skip to content

Commit 0ef481e

Browse files
committed
Add test builds
1 parent 7e986b9 commit 0ef481e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"build:js-extra": "webpack --config webpack.prod.extra.config.js",
3131
"build:js-all": "npm run build:js && npm run build:js-dev && npm run build:js-dev-extra && npm run build:js-extra",
3232
"build:backends": "dash-generate-components ./src/lib/components dash_cytoscape --r-prefix 'cyto' --jl-prefix 'cyto' && black dash_cytoscape/",
33+
"build:backends-test": "./node_modules/.bin/dash-generate-components ./src/lib/components dash_cytoscape --r-prefix 'cyto' --jl-prefix 'cyto' && black dash_cytoscape/",
3334
"build:all": "npm run build:js-all && npm run build:backends",
35+
"build:all-test": "npm run build:js-all && npm run build:backends-test",
3436
"build:all-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:all)"
3537
},
3638
"author": "The Plotly Team <cytoscape@plotly.com>",

0 commit comments

Comments
 (0)