Skip to content

Commit 25f60ed

Browse files
committed
Remove test builds
1 parent 74adcab commit 25f60ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
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/",
3433
"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",
3634
"build:all-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:all)"
3735
},
3836
"author": "The Plotly Team <[email protected]>",

0 commit comments

Comments
 (0)