Skip to content

Commit

Permalink
Create packages folder (#231)
Browse files Browse the repository at this point in the history
* chore: Moved ember-container-query to packages

* chore: Added lockfile

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 committed Jun 7, 2024
1 parent 86acb44 commit ed1f7dc
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
package-location:
- 'docs-app'
- 'ember-container-query'
- 'packages/ember-container-query'
- 'test-app'
timeout-minutes: 5
steps:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
strategy:
matrix:
package-location:
- 'ember-container-query'
- 'packages/ember-container-query'
- 'test-app'
timeout-minutes: 5
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (defaults) {

trees: {
app: sideWatch('app', {
watching: ['../ember-container-query/src'],
watching: ['../packages/ember-container-query/src'],
}),
},
});
Expand Down
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.
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.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- configs/**
- docs-app
- ember-container-query
- packages/ember-container-query
- test-app
2 changes: 1 addition & 1 deletion test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (defaults) {

trees: {
app: sideWatch('app', {
watching: ['../ember-container-query/src'],
watching: ['../packages/ember-container-query/src'],
}),
},
});
Expand Down

0 comments on commit ed1f7dc

Please sign in to comment.