Skip to content

Commit

Permalink
remove unwanted npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
toufali committed Jan 29, 2025
1 parent a9d4814 commit eebdf4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
"scripts": {
"build": "rm -rf static/* && node esbuild && npm run build:old && npm run copy:images",
"build:old": "TOOL_ENV=True ./manage.py collectstatic --noinput",
"copy:images": "mkdir -p static/img/ && cp -r crashstats/crashstats/static/img/ static/img/",
"prestart": "npm run build",
"start": "DEBUG=False bash ../bin/run_service_webapp.sh"
"copy:images": "mkdir -p static/img/ && cp -r crashstats/crashstats/static/img/ static/img/"
}
}

0 comments on commit eebdf4e

Please sign in to comment.