Skip to content

Commit

Permalink
enable preview build on push
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalkulkarni committed Aug 24, 2024
1 parent 1bad5f0 commit 91f0fce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches-ignore:
- release
- main
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const common = require("./webpack.common.js");

module.exports = merge(common, {
mode: "development",
// devtool: 'source-map',
devtool: "source-map",
devServer: {
static: "./dist",
historyApiFallback: true,
Expand Down

0 comments on commit 91f0fce

Please sign in to comment.