Skip to content

Commit

Permalink
refactor: update yarn workspace struct and build scripts. (#288)
Browse files Browse the repository at this point in the history
* refactor: update yarn workspace struct and build scripts.

* fix: vim upgrade agent script.
  • Loading branch information
icycodes authored Jul 11, 2023
1 parent 7ca416a commit 5a5d6ee
Show file tree
Hide file tree
Showing 35 changed files with 1,717 additions and 50,941 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
node_modules
1 change: 1 addition & 0 deletions clients/tabby-agent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
generated
dist
2 changes: 2 additions & 0 deletions clients/tabby-agent/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
generated
3 changes: 3 additions & 0 deletions clients/tabby-agent/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 120
}
7 changes: 0 additions & 7 deletions clients/tabby-agent/Makefile

This file was deleted.

230 changes: 0 additions & 230 deletions clients/tabby-agent/dist/cli.js

This file was deleted.

1 change: 0 additions & 1 deletion clients/tabby-agent/dist/cli.js.map

This file was deleted.

189 changes: 0 additions & 189 deletions clients/tabby-agent/dist/index.d.ts

This file was deleted.

98 changes: 0 additions & 98 deletions clients/tabby-agent/dist/index.global.js

This file was deleted.

1 change: 0 additions & 1 deletion clients/tabby-agent/dist/index.global.js.map

This file was deleted.

Loading

0 comments on commit 5a5d6ee

Please sign in to comment.