forked from cerc-io/laconic-console
Use hosting config in build
This commit is contained in:
parent
97a100d52f
commit
41d2278463
@ -12,7 +12,7 @@
|
||||
"build": "yarn dist",
|
||||
"build:babel": "babel ./src --out-dir ./dist/es --ignore \"**/*.test.js\" --source-maps inline",
|
||||
"clean": "rm -rf dist",
|
||||
"dist": "yarn clean && yarn build:babel && CONFIG_FILE=config-production.yml webpack",
|
||||
"dist": "yarn clean && yarn build:babel && CONFIG_FILE=config-hosted.yml webpack",
|
||||
"lint": "semistandard 'src/**/*.js'",
|
||||
"start": "CONFIG_FILE=${CONFIG_FILE:-config-testnet.yml} VERBOSE=true webpack-dev-server --mode development",
|
||||
"test": "jest --rootDir ./src --passWithNoTests --no-cache"
|
||||
|
Loading…
Reference in New Issue
Block a user