Add command modules and tests; commit remaining changes
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -23,7 +23,10 @@ jobs:
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm
|
||||
PNPM_IGNORE_SCRIPTS: "false"
|
||||
run: pnpm install --frozen-lockfile --ignore-scripts=false
|
||||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
Reference in New Issue
Block a user