File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ jobs:
108108 run : |
109109 deno cache \
110110 --config ${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/deno.jsonc \
111- ${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/mod.ts ./denops/fall/main.ts
111+ ${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/mod.ts
112+ deno cache ./denops/fall/main.ts
112113
113114 - name : Test
114115 run : deno task test:coverage
Original file line number Diff line number Diff line change 1818 "update:write" : " deno task -q update --write" ,
1919 "update:commit" : " deno task -q update --commit --prefix :package: --pre-commit=fmt,lint"
2020 },
21- "importMap" : " ./denops/fall/import_map.json"
21+ "workspace" : [
22+ " ./denops/fall"
23+ ]
2224}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments