Skip to content

Commit 35a9bf8

Browse files
Merge pull request #504 from recruit-tech/remove_lerna
Remove lerna
2 parents 8f2e028 + ef2f8bd commit 35a9bf8

File tree

23 files changed

+36548
-40930
lines changed

23 files changed

+36548
-40930
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
28-
- run: npm i typescript -g
29-
- run: npm run allinstall
30-
- run: npm run lint
31-
- run: npm test
28+
- run: npm run lint --workspaces --if-present
29+
- run: npm test --workspaces --if-present

.travis.yml

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

lerna.json

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

0 commit comments

Comments
 (0)