From d4119b0d42a3e78212aeb0df04825b3f06982e6b Mon Sep 17 00:00:00 2001 From: nlf Date: Wed, 28 Oct 2020 14:29:20 -0700 Subject: chore: cleanup makefile - fix prune target - fix ci build - run rebuild after install PR-URL: https://github.com/npm/cli/pull/2068 Credit: @nlf Close: #2068 Reviewed-by: @ruyadorno --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79f775d3..6cbf5d3a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,9 @@ jobs: # Run the installer script - name: Install dependencies - run: node . install + run: | + node . install --ignore-scripts --no-audit + node . rebuild # Run the tests, but not if we're just gonna do coveralls later anyway - name: Run Tap tests -- cgit v1.2.3