Skip to content

Commit

Permalink
more package changes to get stuff working with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 29, 2024
1 parent 60d03ef commit 2043460
Show file tree
Hide file tree
Showing 5 changed files with 2,961 additions and 115 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
node-linker=hoisted
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@
"semver": "5.5.0",
"styled-components": "5.3.6",
"typeface-open-sans": "0.0.75",
"uuid": "8.3.2"
"uuid": "3.2.1"
},
"devDependencies": {
"@opentrons/discovery-client": "link:../discovery-client",
"@types/classnames": "2.2.5",
"@types/file-saver": "2.0.1",
"@types/jszip": "3.1.7",
Expand Down
6 changes: 3 additions & 3 deletions discovery-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ client.on('error', (error) => console.error(error)
# prereq: build project before first run or after changes
make -C discovery-client

# run via yarm run
yarm run discovery [command] [options]
# run via yarn run
yarn run discovery [command] [options]

# run via npx
npx discovery [command] [options]
Expand All @@ -234,7 +234,7 @@ node_modules/.bin/discovery [command] [options]
The CLI's global options are almost completely the same as the API's options, with the addition of `logLevel`. You may print the options with:
```shell
yarm discovery --help
yarn discovery --help
```
| flag | description | default | example |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"path": "cz-conventional-changelog"
}
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.19.0",
"pnpm": ">=3"
"node": "^18.19.0"
},
"resolutions": {
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0"
Expand Down
Loading

0 comments on commit 2043460

Please sign in to comment.