diff --git a/package.json b/package.json index 00eabd8..3838909 100644 --- a/package.json +++ b/package.json @@ -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"