Skip to content

Commit

Permalink
fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedezed committed Oct 3, 2024
1 parent 21916c8 commit cae6037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
node scripts/generate-ci-project.js ${{ matrix.framework }} ${PROJECT_PATH} ${CARTO_AUTH_TOKEN}
- name: Start project
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
run: |
set -x
cd ${PROJECT_PATH}
yarn install --refresh-lockfile
yarn
yarn dev

0 comments on commit cae6037

Please sign in to comment.