summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-02 23:48:33 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-02 23:48:33 +0200
commit20fc5036f8de9109b21e901d04f0dac651e40fc6 (patch)
tree3a70ae9287ac696d75f02cf489a08945725799d5 /package.json
parent6e5132d735d4a5508e8f20534a87f125d3c23ee5 (diff)
add jakrawals countr and sync script
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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",