Skip to content

Commit c52536f

Browse files
committed
feat: update configs
1 parent 284d5bc commit c52536f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
deno-version: ${{ matrix.deno-version }}
3939

40-
- name: Check
40+
- name: Lint
4141
run: deno task check:lint
4242

4343
- name: Test

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:watch": "deno test --watch",
1111
"test:lcov": "deno test --coverage && deno coverage --lcov --output=cov.lcov",
1212
"check:lint": "deno check src/**/*.ts test/**/*.ts && deno lint && deno fmt --check",
13-
"check:all": "deno task check:lint && deno task test && deno publish --allow-dirty --dry-run && pnpm i -C npm && pnpm run -C npm build && pnpm publish -C npm --no-git-checks --dry-run && pnpm run -C npm clean && echo && echo ✅ All checks passed && echo",
13+
"check:all": "deno task check:lint && deno task test && deno publish --allow-dirty --dry-run && cd npm && pnpm i && pnpm run build && pnpm publish --no-git-checks --dry-run && pnpm run clean && echo && echo ✅ All checks passed && echo",
1414
"bump": "deno task check:all && deno run -A jsr:@mys/bump@1"
1515
},
1616
"imports": {

0 commit comments

Comments
 (0)