Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored Oct 1, 2024
1 parent e44c7a7 commit 14181f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"clean": "del-cli dist && del-cli temp",
"build": "npm run clean && tsc && npx --yes @puppeteer/browsers install chrome@stable",
"build": "npm run clean && tsc",
"build:production": "npm run prestart && npm prune --production",
"watch": "tsc --w",
"prestart": "npm run build && func extensions install",
Expand Down

0 comments on commit 14181f6

Please sign in to comment.