Skip to content

Commit

Permalink
Update dev.yml to specify pnpm as package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwilsonperkin committed Mar 28, 2024
1 parent 21e9f7e commit fdbc631
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: polaris
up:
- node:
yarn: v1.22.18
package_manager: [email protected]
pnpm: 8.15.5
version: v20.11.1 # to be kept in sync with .nvmrc
- custom:
name: Build monorepo
met?: yarn build --output-logs=none
met?: pnpm build --output-logs=none
meet: 'true'

commands:
server: yarn dev
server: pnpm dev

0 comments on commit fdbc631

Please sign in to comment.