Skip to content

Commit 75c9d64

Browse files
authored
Fix for move on spark-tools (#18)
Fixes build break from https://github.com/github/spark-template/pull/17/files
1 parent 6b91e2b commit 75c9d64

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.devcontainer/onCreate.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,5 @@ gh alias set spark spark-cli
4949

5050
rm -rf /workspaces/spark-template/spark-sdk-dist
5151

52-
cd /workspaces/spark-tools
53-
npm i
5452
cd /workspaces/spark-template
55-
npm i -f /workspaces/spark-tools
56-
57-
58-
53+
npm i

0 commit comments

Comments
 (0)