Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2020-10-29 00:29:20 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-10-30 20:30:23 +0300
commitd4119b0d42a3e78212aeb0df04825b3f06982e6b (patch)
tree1515e93e4445e0abedc36d988f963832b128119e /.github
parent3b02fcf1d9c2b832832b7dfbbd107fa79534a1e6 (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
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