Skip to content

Commit

Permalink
Trigger import of Aim UI v3.17.5 (G-Research#30)
Browse files Browse the repository at this point in the history
* Trigger import of Aim UI v3.17.5

* Make it buildable
  • Loading branch information
jgiannuzzi authored Dec 21, 2023
1 parent f6b26a8 commit 2bf6b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
).
WithWorkdir("/src").
WithExec([]string{"mkdir", "public"}).
WithExec([]string{"npm", "ci"}).
WithExec([]string{"npm", "ci", "--legacy-peer-deps"}).
WithDirectory("/src",
client.Host().Directory(src, dagger.HostDirectoryOpts{
Exclude: []string{"node_modules", "public/vs"},
Expand Down
2 changes: 1 addition & 1 deletion upstream.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.16.2
v3.17.5

0 comments on commit 2bf6b46

Please sign in to comment.