Skip to content

Commit 6f0806d

Browse files
build: remove dist folder from source control (#1766)
* 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
1 parent 8303a64 commit 6f0806d

18 files changed

+2
-19239
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
run: npm run lint:sources -- --max-warnings 0
2020
- name: "Lint types"
2121
run: npm run lint:types
22-
build:
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: actions/checkout@v1
26-
- uses: actions/setup-node@v1
27-
with:
28-
node-version: "12"
29-
- name: "Install dependencies"
30-
run: npm install && (cd cli && npm install)
31-
- name: "Build distribution files"
32-
run: npm run build
3322
test:
3423
runs-on: ubuntu-latest
3524
strategy:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ docs/
99
coverage/
1010
sandbox/
1111
.nyc_output
12-
12+
dist/

dist/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

dist/light/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)