Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(devtools/build): remove unused jsign files #1569

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tasks:
clean:
desc: Clean output files
cmds:
- rm -rf .task task src/*/node_modules/ build/ node_modules/ third_party/shellcheck/download/ third_party/*/bin third_party/jsign/*.jar
- rm -rf .task task src/*/node_modules/ build/ node_modules/ third_party/shellcheck/download/ third_party/*/bin

format:
desc: Format staged files
Expand All @@ -47,11 +47,11 @@ tasks:
lint:sh:
desc: Lint all shell files
cmds: [bash ./scripts/shellcheck.sh]

lint:ts:
desc: Lint all .ts and .js files
cmds: ['npx eslint "**/*.{js,ts}"']

test:
desc: Run all the repository tests
deps: [lint, metrics_server:test, sentry_webhook:test, shadowbox:test]
1 change: 0 additions & 1 deletion third_party/jsign/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions third_party/jsign/LICENSE.txt

This file was deleted.

17 changes: 0 additions & 17 deletions third_party/jsign/METADATA

This file was deleted.

65 changes: 0 additions & 65 deletions third_party/jsign/index.mjs

This file was deleted.

Loading