diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a092c43..ca06552 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "watch": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors --watch", "build:dev": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors", "build:production": "NODE_ENV=production webpack --config ./webpack.config.prod.js", - "build:museum:dev": "node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.dev.js -o ./data_store/exports/last-museum/bundle.js --watch --env.APP_TARGET projects/museum/app", - "build:museum:production": "node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.js -o ./data_store/exports/last-museum/bundle.js --env.APP_TARGET projects/museum/app", + "build:museum:dev": "node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.dev.js -o ./data_store/exports/thelastmuseum/bundle.js --watch --env.APP_TARGET projects/museum/app", + "build:museum:production": "node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.js -o ./data_store/exports/thelastmuseum/bundle.js --env.APP_TARGET projects/museum/app", "server": "cd cli && ./cli.py flask run --port 5000", "demo": "cd cli && ./cli.py demo run --port 3000", "sync": "bash ./sync.sh" |
