Skip to content

Commit e4026e6

Browse files
committed
remove old r builds
1 parent 2b240e2 commit e4026e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: package.json

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"private::test.R.deploy-components": "npm run private::test.setup-components && cd \\@plotly/dash-test-components && sudo R CMD INSTALL .",
2020
"private::test.R.deploy-nested": "npm run private::test.setup-nested && cd \\@plotly/dash-generator-test-component-nested && sudo R CMD INSTALL .",
2121
"private::test.R.deploy-standard": "npm run private::test.setup-standard && cd \\@plotly/dash-generator-test-component-standard && sudo R CMD INSTALL .",
22-
"private::test.R.deploy-persisted": "npm run private::test.setup-persisted && cd \\@plotly/dash-generator-test-component-persisted && sudo R CMD INSTALL .",
23-
"private::test.R.deploy-persisted-nested": "npm run private::test.setup-persisted-nested && cd \\@plotly/dash-generator-test-component-persisted-nested && sudo R CMD INSTALL .",
2422
"private::test.unit-dash": "pytest tests/unit",
2523
"private::test.unit-renderer": "cd dash-renderer && npm run test",
2624
"private::test.integration-dash": "TESTFILES=$(circleci tests glob \"tests/integration/**/test_*.py\" | circleci tests split --split-by=timings) && pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml ${TESTFILES}",

0 commit comments

Comments
 (0)