Skip to content

Commit

Permalink
webpack-dev-craft -> node-dev-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Oct 14, 2020
1 parent b987dc7 commit 22ad627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ rm cms/composer.lock
docker-compose up
```

To update to the latest npm packages (as constrained by the `docker-config/webpack-dev-craft/package.json` semvers), do:
To update to the latest npm packages (as constrained by the `docker-config/node-dev-webpack/package.json` semvers), do:
```
rm docker-config/webpack-dev-craft/package-lock.json
rm docker-config/node-dev-webpack/package-lock.json
docker-compose up
```

Expand Down
2 changes: 1 addition & 1 deletion buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
docker_image_name: "nystudio107/webpack-dev-base"
docker_image_tag: "latest"
execute_commands:
- "cd docker-config/webpack-dev-craft"
- "cd docker-config/node-dev-webpack"
- "npm ci"
- "npm run build"
volume_mappings:
Expand Down

0 comments on commit 22ad627

Please sign in to comment.