diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index c2bd6d4..17f7915 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "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", "server": "cd cli && ./cli.py flask run --port 5000", - "demo": "cd cli && ./cli.py demo run --port 3000" + "demo": "cd cli && ./cli.py demo run --port 3000", + "sync": "bash ./sync.sh" }, "author": "jules <asdf.us>", "license": "UNLICENSED", |
