Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daymosik committed Mar 31, 2023
1 parent 6088b02 commit 72986fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions webapp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ else
export FIREBASE_TOKEN="${FIREBASE_TOKEN}"
fi

mkdir dist

npm run build:production
2 changes: 0 additions & 2 deletions webapp/esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const DIST_DIR = './dist'
let context = await esbuild
.context({
entryPoints: ['src/app.tsx'],
// watch: args.includes('--watch'),
// watch: true,
bundle: true,
minify: true,
sourcemap: true,
Expand Down

0 comments on commit 72986fc

Please sign in to comment.