Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAdodo committed Apr 18, 2024
1 parent 63585b2 commit 08d188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: npm install # Install all project dependencies

- name: Build the project with Webpack
run: npx webpack # Run webpack using npx to bundle the application
run: npx webpack --mode development # Run webpack using npx to bundle the application

# Moving Forward: Add steps for additional commands, such as testing or deployment

0 comments on commit 08d188e

Please sign in to comment.