Skip to content

Commit

Permalink
adding "build": "webpack --config webpack.config.js" to deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
mthani2 committed Oct 24, 2024
1 parent 77276f0 commit 8b52a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ concurrency:
cancel-in-progress: true

jobs:
"build": "webpack --config webpack.config.js"
lint-and-test:
uses:
./.github/workflows/test.yaml

build-and-deploy:
if: github.repository == 'CMU-17313Q/nodebb-f24-team-pawsitive'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b52a15

Please sign in to comment.