Skip to content

Commit

Permalink
clean(devtools/build): remove unused jsign files (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Jul 30, 2024
1 parent ee039ca commit e281ec3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 287 deletions.
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.

0 comments on commit e281ec3

Please sign in to comment.