Skip to content

Commit

Permalink
Merge pull request #2 from input-output-hk/feat/upgrade-yarn-3
Browse files Browse the repository at this point in the history
Upgrade yarn 3
  • Loading branch information
VanessaPC committed Apr 12, 2024
2 parents 53d46be + 96295a4 commit 7a97ecf
Show file tree
Hide file tree
Showing 8 changed files with 15,614 additions and 10,848 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?

# Yarn 3 files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.12.2
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.22.cjs"
7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ SDET dapp for the purpose of testing the Cardano-JS-SDK connector API.

If you are trying to build or see how a transaction is built from an application that allows users to make transactions such as delegation or undelegation, or the sending of tokens or assets in the Cardano chain through the Cardano-JS-SDK, this repo should show an example of it.

I would like to see some information about what this is, what’s its purpose, etc.
I would first focus on stuff related to working on this repo like dev commands, and as one of latest section I would put this Linking guide

## Structure

```
Expand Down Expand Up @@ -60,3 +57,11 @@ Build:
```console
yarn build
```

## Browser set up

In order to use this application for now we need to start the Browser as follows:

- start chrome as: `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome —disable-web-security —user-data-dir=tmp` to open Chrome or : `open -na "Google Chrome" --args --disable-web-security --user-data-dir=tmp`

You can also use any other browser as long as you open with: --disable-web-security --user-data-dir=tmp (make sure if you restart it that you do it from all closed windows, and keep no cache enabled)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
},
"packageManager": "yarn@4.1.1"
}
25,531 changes: 14,688 additions & 10,843 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7a97ecf

Please sign in to comment.