You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@
19
19
"private::test.R.deploy-components": "npm run private::test.setup-components && cd \\@plotly/dash-test-components && sudo R CMD INSTALL .",
20
20
"private::test.R.deploy-nested": "npm run private::test.setup-nested && cd \\@plotly/dash-generator-test-component-nested && sudo R CMD INSTALL .",
21
21
"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 .",
24
22
"private::test.unit-dash": "pytest tests/unit",
25
23
"private::test.unit-renderer": "cd dash-renderer && npm run test",
0 commit comments