We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d144bc commit 6a576e0Copy full SHA for 6a576e0
package.json
@@ -12,7 +12,7 @@
12
"protoc_version": "3.15.8"
13
},
14
"scripts": {
15
- "build": "webpack",
+ "build": "NODE_ENV=production webpack",
16
"dev": "webpack --watch --stats-error-details",
17
"test": "mocha --reporter spec",
18
"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