Skip to content

Commit

Permalink
fix: ci don't run yarn install twice
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 28, 2024
1 parent a11bc35 commit c1c0f8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install"
"postCreateCommand": "yarn install --frozen-lockfile"

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
cacheFrom: ghcr.io/example/example-devcontainer
push: never
runCmd: |
yarn install --frozen-lockfile
yarn tsc
yarn build:all
Expand Down

0 comments on commit c1c0f8d

Please sign in to comment.