Skip to content

Commit

Permalink
chore: use pnpm workspace protocol for engines
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jun 23, 2023
1 parent 6474f21 commit 092dbed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"glob": "^10.0.0",
"handlebars": "~4.7.1",
"loader.js": "^4.7.0",
"my-engine": "./packages/classic-test-app/lib/my-engine",
"my-engine": "workspace:../classic-test-app/lib/my-engine",
"npm-run-all": "^4.1.5",
"pretender": "3.4.7",
"qunit": "^2.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"glob": "^10.0.0",
"handlebars": "~4.7.1",
"loader.js": "^4.7.0",
"my-engine": "./packages/test-app/lib/my-engine",
"my-engine": "workspace:../test-app/lib/my-engine",
"najax": "^1.0.7",
"npm-run-all": "^4.1.5",
"pretender": "3.4.7",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 092dbed

Please sign in to comment.