Skip to content

Commit

Permalink
build: remove dist folder from source control
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Jul 8, 2022
1 parent 7558ef0 commit 63c5573
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 19,171 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Expand Up @@ -19,17 +19,6 @@ jobs:
run: npm run lint:sources -- --max-warnings 0
- name: "Lint types"
run: npm run lint:types
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "12"
- name: "Install dependencies"
run: npm install && (cd cli && npm install)
- name: "Build distribution files"
run: npm run build
test:
runs-on: ubuntu-latest
strategy:
Expand Down
31 changes: 0 additions & 31 deletions dist/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions dist/light/README.md

This file was deleted.

0 comments on commit 63c5573

Please sign in to comment.