Skip to content

Commit

Permalink
Change dependency installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
laurogripa committed Aug 25, 2024
1 parent 7438fc3 commit a280dc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: corepack prepare yarn@4.1.1 --activate

- name: Install dependencies
run: yarn ci
run: yarn install --immutable

- name: Run the tests and generate coverage report
run: yarn test --coverage
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider node scripts/build.js",
"chopsticks": "npx @acala-network/chopsticks@latest --config=config/kusama.yml",
"ci": "yarn install --immutable",
"cy:open": "cypress open",
"deploy": "gh-pages -d build",
"eslint:fix": "eslint \"{src,apps,libs,test}/**/*.{ts,tsx}\" --fix",
Expand Down

0 comments on commit a280dc3

Please sign in to comment.