Skip to content

Commit 43c2e5e

Browse files
committed
more removals
1 parent f722fe3 commit 43c2e5e

File tree

2 files changed

+1
-385
lines changed

2 files changed

+1
-385
lines changed

._eslintrc.js

-366
This file was deleted.

contributing/linking-to-applications.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,4 @@ If using `pnpm`
1414

1515
If you don't use pnpm in your application, using the appropriate `yarn link` and `npm link` commands within the respective directories for the project and your app may work.
1616

17-
You can link to individual packages within this monorepo as well, doing so however is likely to be brittle. If you need to test individual packages against your application and linking does not work
18-
you may run `node ./scripts/packages-for-commit.js` to generate tarballs that can be utilized locally
19-
on your machine. Read pnpm/yarn/npm docs as appropriate for how to install from tarball.
20-
21-
Once you have linked EmberData to your application, you can run `ember serve` as usual
22-
in your application. You should see something like the following printed to your terminal:
23-
24-
```
25-
some-app $ ember serve
26-
27-
Missing symlinked pnpm packages:
28-
Package: ember-data
29-
* Specified: ~3.15.0
30-
* Symlinked: 3.17.0-alpha.1
31-
32-
33-
Build successful (41237ms) – Serving on http://localhost:4200/
34-
...
35-
```
17+
Once you have linked EmberData to your application, you can run `ember serve` as usual in your application.

0 commit comments

Comments
 (0)