Skip to content

Commit

Permalink
Use development build on netlify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Oct 11, 2023
1 parent f616e71 commit 123cd53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[context.l10n]
command = "yarn build-l10n-prod:quiet"
command = "yarn build:quiet"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build-prod:quiet": "yarn build:clean && yarn build-photon && cross-env NODE_ENV=production webpack",
"build-prod": "yarn build-prod:quiet --progress",
"build-l10n": "yarn build:clean && cross-env NODE_ENV=development L10N=1 webpack --progress",
"build-l10n-prod:quiet": "yarn build:clean && yarn build-photon && cross-env NODE_ENV=production L10N=1 webpack",
"build-l10n-prod:quiet": "yarn build:quiet",
"build-l10n-prod": "yarn build-l10n-prod:quiet --progress",
"build-photon": "webpack --config res/photon/webpack.config.js",
"lint": "run-p lint-js lint-css prettier-run",
Expand Down

0 comments on commit 123cd53

Please sign in to comment.