Skip to content

Commit

Permalink
build: remove dist folder from source control (#1766)
Browse files Browse the repository at this point in the history
* build: remove dist folder from source control

* fix: run npm install in CLI

* build: run on prepublish

* fix: lockfiles

* chore: do not npm install CLI in CI
  • Loading branch information
alexander-fenster committed Jul 8, 2022
1 parent 8303a64 commit 6f0806d
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 19,239 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
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -9,4 +9,4 @@ docs/
coverage/
sandbox/
.nyc_output

dist/
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 6f0806d

Please sign in to comment.