Skip to content

Commit

Permalink
Pending implementation of pnpm sync, described here: pnpm/pnpm#6088
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 25, 2023
1 parent 7306846 commit 3e5be23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "ember serve -p 0",
"typecheck": "pnpm tsc -v; pnpm glint --version; pnpm lint:types",
"test:ember": "ember test",
"_syncPnpm": "pnpm i"
"_syncPnpm": "pnpm sync"
},
"devDependencies": {
"docs-api": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:ember": "ember test",
"test:watch": "ember test --server",
"typecheck": "pnpm tsc -v; pnpm glint --version; pnpm lint:types",
"_syncPnpm": "pnpm i"
"_syncPnpm": "pnpm sync"
},
"dependencies": {
"@ember/test-helpers": "^2.8.1",
Expand Down

0 comments on commit 3e5be23

Please sign in to comment.