Skip to content

Commit 0688c25

Browse files
committed
chore: move apidom monorepo to root of the git repository
Refs #603
1 parent f0e4568 commit 0688c25

File tree

1,973 files changed

+3
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,973 files changed

+3
-39
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/dependabot.yml

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

.github/workflows/apidom-monorepo.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,29 @@ jobs:
2525
uses: actions/cache@v2
2626
with:
2727
path: ~/.npm
28-
key: npm-cache-${{ runner.os }}-${{ hashFiles('apidom/package-lock.json') }}
28+
key: npm-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
2929
- name: Install dependencies
3030
run: npm ci
31-
working-directory: ./apidom
3231
- name: Security audit
3332
run: npm run security-audit
3433
env:
3534
CI: true
36-
working-directory: ./apidom
3735
- name: Lint commit message
3836
run: git log -1 --pretty=format:"%s" | npx commitlint
39-
working-directory: ./apidom
4037
- name: Lint code
4138
run: npm run lint
42-
working-directory: ./apidom
4339
- name: Build monorepo
4440
run: npm run build
45-
working-directory: ./apidom
4641
- name: Check TypeScript types
4742
run: npm run typescript:check-types
48-
working-directory: ./apidom
4943
- name: Execute tests in monorepo
5044
run: npm run test
51-
working-directory: ./apidom
5245
- name: Upload build artifacts from ApiDOM Playground
5346
if: github.ref == 'refs/heads/master'
5447
uses: actions/upload-artifact@v2
5548
with:
5649
name: build
57-
path: ./apidom/packages/apidom-playground/build
50+
path: ./packages/apidom-playground/build
5851

5952
deploy:
6053

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
/lerna-debug.log
33
.idea/
44
*.iml
5+
.vscode/settings.json
File renamed without changes.
File renamed without changes.

apidom/.npmrc renamed to .npmrc

File renamed without changes.

apidom/.nvmrc renamed to .nvmrc

File renamed without changes.
File renamed without changes.

.whitesource

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

apidom/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)