Skip to content

Commit 5b22b2c

Browse files
avoid twice serial plotter apps
1 parent f4a68e7 commit 5b22b2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {
7-
"prepare": "yarn download-cli && yarn download-fwuploader && yarn download-ls && yarn copy-serial-plotter && yarn copy-i18n && yarn clean && yarn download-examples && yarn build && yarn test",
7+
"prepare": "yarn download-cli && yarn download-fwuploader && yarn download-ls && yarn copy-i18n && yarn clean && yarn download-examples && yarn build && yarn test",
88
"clean": "rimraf lib",
99
"compose-changelog": "node ./scripts/compose-changelog.js",
1010
"download-cli": "node ./scripts/download-cli.js",

arduino-ide-extension/src/node/plotter/plotter-backend-contribution.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export class PlotterBackendContribution
1414
'..',
1515
'..',
1616
'..',
17-
'build',
17+
'..',
18+
'node_modules',
1819
'arduino-serial-plotter-webapp',
1920
'build',
2021
];

0 commit comments

Comments
 (0)