Skip to content

Commit

Permalink
Merge pull request #600 from NullVoxPopuli/remove-pnpm-link
Browse files Browse the repository at this point in the history
chore(internal): pnpm link not needed
  • Loading branch information
NullVoxPopuli authored Aug 27, 2022
2 parents 219acd3 + 8dc11c4 commit 13d2bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# npm / pnpm settings here

# we never want to use packages from the registry over what's in the workspace
prefer-workspaces-packages=true
1 change: 0 additions & 1 deletion testing/ember-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"test": "tests"
},
"scripts": {
"prepare": "pnpm link ../../ember-resources",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
Expand Down

0 comments on commit 13d2bb7

Please sign in to comment.