Skip to content

Commit

Permalink
test: remove all containerization (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Feb 11, 2022
1 parent 6f6e8b8 commit 4743c22
Show file tree
Hide file tree
Showing 39 changed files with 92,499 additions and 26,933 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: ${{matrix.node}}
- name: Setup repo
run: npm install
run: npm ci
- name: Check linting
run: npm run lint
- name: Tests
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/cli-e2e/verdaccio/storage/data/.verdaccio-db.json
Loading

0 comments on commit 4743c22

Please sign in to comment.