Skip to content

Commit

Permalink
[APD-XXX] Remove --watch from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
NaLLiFFuNT committed Oct 17, 2023
1 parent 8dd5c85 commit e26446d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": "https://github.com/appodeal/admob-sync-app",
"description": "Appodeal AdMob Sync application",
"private": true,
"version": "0.1.50",
"version": "0.1.51",
"scripts": {
"start": "npm run start:app",
"start:app": "node --max_old_space_size=4096 node_modules/.bin/webpack --watch --progress --config=webpack/development.ts",
Expand All @@ -25,7 +25,8 @@
"postbuild:ext": "mkdir -p dist/extension && zip -r ./dist/extension/extension-$npm_package_version.zip ./build/extension",
"dist": "electron-builder",
"dist:all": "node tools/dist.js",
"postdist:all": "node --max_old_space_size=4096 node_modules/.bin/webpack --watch -p --config=download-page/webpack.config.ts",
"postdist:all": "node --max_old_space_size=4096 node_modules/.bin/webpack -p --config=download-page/webpack.config.ts",
"start:nginx": "node --max_old_space_size=4096 node_modules/.bin/webpack --watch -p --config=download-page/webpack.config.ts",
"release:github": "node tools/release.js",
"release:sentry": "sentry-cli releases new $npm_package_version && sentry-cli releases files $npm_package_version upload-sourcemaps build/app/*.{map,js} && sentry-cli releases finalize $npm_package_version",
"release:deploy": "sentry-cli releases deploys $npm_package_version new"
Expand Down

0 comments on commit e26446d

Please sign in to comment.