From cae0d53e2dab523327f93a0a6df277789543c6fd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Apr 2021 15:22:19 +0200 Subject: more involved site export process for the last museum --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index ca06552..13ddae0 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,14 @@ "version": "1.1.0", "description": "Network tile tool", "main": "frontend/index.js", + "type": "module", "scripts": { "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/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", + "build:museum:export": "babel-node ./frontend/site/projects/museum/export.js", "server": "cd cli && ./cli.py flask run --port 5000", "demo": "cd cli && ./cli.py demo run --port 3000", "sync": "bash ./sync.sh" -- cgit v1.2.3-70-g09d2