Skip to content

Commit 5c0d54e

Browse files
authored
remove pkg (#52)
1 parent 1251eda commit 5c0d54e

File tree

6 files changed

+3
-705
lines changed

6 files changed

+3
-705
lines changed

.github/workflows/lint_test_build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@ jobs:
5555

5656
- name: Build
5757
run: npm run build
58-
59-
- name: Binaries
60-
run: npm run binaries

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- name: Build the cli
4040
run: npm run build
4141

42-
- name: Generate binaries
43-
run: npm run binaries
44-
4542
- name: Login with git
4643
run: |
4744
git config --global user.email "[email protected]"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
node_modules
22
dist
33
.env
4-
binaries
54
napi_dist
65
__pycache__
76
.ruff_cache

0 commit comments

Comments
 (0)