Skip to content

Commit 6a576e0

Browse files
committed
Set NODE_ENV to production for build step
1 parent 9d144bc commit 6a576e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"protoc_version": "3.15.8"
1313
},
1414
"scripts": {
15-
"build": "webpack",
15+
"build": "NODE_ENV=production webpack",
1616
"dev": "webpack --watch --stats-error-details",
1717
"test": "mocha --reporter spec",
1818
"update-protos": "sh scripts/update_protos.sh ${npm_package_config_lnd_release_tag} ${npm_package_config_loop_release_tag} ${npm_package_config_pool_release_tag} ${npm_package_config_faraday_release_tag}",

0 commit comments

Comments
 (0)