Skip to content

Commit

Permalink
Revert "update npm install and build to current versions"
Browse files Browse the repository at this point in the history
This reverts commit bcca9e1.
  • Loading branch information
Roel van Hintum committed Jul 18, 2024
1 parent ceb619a commit e0b039a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-do.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
cache: "npm"
cache-dependency-path: "./app/package-lock.json"
- run: |
npm install --production=false
npm run build
npm ci
npm ci --include=dev --prefix ./app
npm run build --prefix ./app
npm prune --omit=dev --prefix ./app
- run: |
docker build -t $IMAGE ./app
docker push $IMAGE
Expand Down

0 comments on commit e0b039a

Please sign in to comment.