Skip to content

Commit

Permalink
Merge pull request #4079 from relative-ci/fix-packages
Browse files Browse the repository at this point in the history
Fix package setup
  • Loading branch information
vio committed Dec 7, 2023
2 parents 866bbf9 + 40c4abc commit b3c6fd3
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 116 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}

# Workaround npm/nx optional install issue - https://github.com/nrwl/nx/issues/15452
- name: Install dependencies
run: npm ci

Expand Down
18 changes: 0 additions & 18 deletions jsconfig.json

This file was deleted.

3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packages": ["packages/*"],
"version": "4.8.3"
"version": "4.8.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
13 changes: 0 additions & 13 deletions packages/cli-utils/jsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/cli/jsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/gatsby-plugin/jsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/next-plugin/jsconfig.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/ui/jsconfig.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/utils/jsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/webpack-plugin/jsconfig.json

This file was deleted.

0 comments on commit b3c6fd3

Please sign in to comment.