Skip to content

Commit

Permalink
chore: run lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored and Avery Harnish committed Nov 10, 2020
1 parent e836851 commit d793e5d
Show file tree
Hide file tree
Showing 318 changed files with 163,867 additions and 573 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Expand Up @@ -2,24 +2,15 @@ name: Test binary-install

on: [pull_request]

env:
EXAMPLE_DIR: ./examples/rust/npm
E2E_DIR: ./examples/rust/tests/e2e

jobs:
binary-install:
name: Test binary-install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install binary-install
run: npm install

- name: Install binary-install-example
working-directory: ${{ env.EXAMPLE_DIR}}
- name: Install JavaScript dependencies
run: npm install

- name: Run tests
working-directory: ${{ env.E2E_DIR }}
run: npm test
run: lerna run test
287 changes: 0 additions & 287 deletions examples/rust/npm/package-lock.json

This file was deleted.

6 changes: 6 additions & 0 deletions lerna.json
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}
1 change: 1 addition & 0 deletions node_modules/.bin/binary-install-example

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/mkdirp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/prettier

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/rimraf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d793e5d

Please sign in to comment.