Skip to content

Commit

Permalink
chore(root): remove frozen-lockfile and ignore-scripts from the first…
Browse files Browse the repository at this point in the history
… isntall
  • Loading branch information
diegoazh committed Apr 5, 2024
1 parent e1bd0dc commit c97ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
run: pnpm install
- name: Create env file
run: |
touch ./packages/v3/cypress/runner/.env
Expand Down

0 comments on commit c97ea06

Please sign in to comment.