|
1 | 1 | { |
2 | 2 | "name": "@aliceo2/run-condition-table", |
3 | | - "version": "0.1.3", |
| 3 | + "version": "0.1.4", |
4 | 4 | "description": "Run Condition Table", |
5 | 5 | "main": "main.js", |
6 | 6 | "author": "ALICEO2", |
|
29 | 29 | "test:mocha": "mocha", |
30 | 30 | "reports:show": "open ./reports/**/*.html", |
31 | 31 | "reports:clean": "rm -rf ./reports; rm -rf .nyc_output", |
32 | | - |
33 | 32 | "start:dev": "nodemon app/main.js --watch main.js --watch app --ignore app/public", |
34 | 33 | "start:dev:local": "(export RCT_DB_HOST=${RCT_DB_HOST:-localhost}; bash -c 'set -o allexport && ls && source ./docker/env_file-dev && set +o allexport && npm run start:dev')", |
35 | 34 | "deploy:db:local": "./database/setup-db.sh --env ./docker/env_file-dev", |
36 | | - |
37 | 35 | "dev": "./rctmake prune,db:export,build,attach,stop --target dev", |
38 | 36 | "node-dev-env": "(export RCT_DB_HOST=$(docker inspect o2-rct_database -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'); bash -c 'set -o allexport && ls && source ./docker/env_file-dev && set +o allexport && node')", |
39 | 37 | "dev:up": "./rctmake build[up],attach --target dev", |
|
42 | 40 | "prune": "./rctmake prune", |
43 | 41 | "app:attach": "docker attach o2-rct_application", |
44 | 42 | "app:pattach": "docker exec -it o2-rct_application bash", |
45 | | - |
46 | | - |
47 | 43 | "db-ip": "echo $(docker inspect o2-rct_database -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}')", |
48 | 44 | "db:check": "./rctmake prune,db,build,follow -t dev -S o2-rct_database ", |
49 | 45 | "db:attach": "docker exec -it o2-rct_database psql -U postgres -d \"rct-db\"", |
50 | 46 | "db:pattach": "docker exec -it o2-rct_database /bin/bash", |
51 | 47 | "db:clean": "./rctmake db:clean", |
52 | | - |
53 | 48 | "dump:make": "./rctmake dump:make -F ", |
54 | 49 | "dump:list": "./rctmake dump:list", |
55 | 50 | "dump:restore": "./rctmake dump:restore -F ", |
56 | 51 | "dump:remove": "./rctmake dump:remove -F ", |
57 | | - |
58 | 52 | "tmp": "nodemon ./tmp/tmp.js" |
59 | 53 | }, |
60 | 54 | "bugs": { |
|
0 commit comments