Remove npm flag.

This commit is contained in:
Bradley Shellnut 2023-09-28 11:45:04 +13:00
parent 160e600c4a
commit 9d88669526

View file

@ -42,5 +42,5 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- run: pnpm run build --if-present
- run: pnpm run build
- run: pnpm test