summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-26 11:29:52 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-26 11:29:52 +0200
commit8e3274dd2cdee72fa2c54283630d04331a58406a (patch)
treef9daf8c2321d7a7b3679d65d3139d7b1ebf306b9 /package.json
parente56ea5c56f5cfacaabfd323f26886cb9cd11955c (diff)
orange text on charles
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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"