Skip to content

Commit

Permalink
fix(testing-apps): remove lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Aug 26, 2022
1 parent 8848e3d commit 93e44ca
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 22,375 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Yarn Plug'n'Play
working_directory: test_apps/yarn_pnp
script: |
touch yarn.lock # Ensure Yarn will use the working directory instead of the project's root.
yarn set version berry
yarn install --frozen-lockfile
yarn run encore dev
Expand Down
3 changes: 2 additions & 1 deletion test_apps/npm/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
public/build
public/build
package-lock.json

0 comments on commit 93e44ca

Please sign in to comment.