From 5df678e745206bd32601824a3fb15340121933a4 Mon Sep 17 00:00:00 2001 From: Bruce Harrison Date: Thu, 4 Jul 2024 13:47:26 -0500 Subject: [PATCH] install devdeps before tests and build libs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a3ebbb..8160d72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm install -g npm - name: NPM Install - run: npm i --ignore-scripts + run: npm i - name: Build run: npm run build