Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 888fd1a

Browse files
authored
Merge pull request #83 from AliceO2Group/release/0.1.4
[release] 0.1.4
2 parents 62a707b + 43b740a commit 888fd1a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/run-condition-table",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Run Condition Table",
55
"main": "main.js",
66
"author": "ALICEO2",
@@ -29,11 +29,9 @@
2929
"test:mocha": "mocha",
3030
"reports:show": "open ./reports/**/*.html",
3131
"reports:clean": "rm -rf ./reports; rm -rf .nyc_output",
32-
3332
"start:dev": "nodemon app/main.js --watch main.js --watch app --ignore app/public",
3433
"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')",
3534
"deploy:db:local": "./database/setup-db.sh --env ./docker/env_file-dev",
36-
3735
"dev": "./rctmake prune,db:export,build,attach,stop --target dev",
3836
"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')",
3937
"dev:up": "./rctmake build[up],attach --target dev",
@@ -42,19 +40,15 @@
4240
"prune": "./rctmake prune",
4341
"app:attach": "docker attach o2-rct_application",
4442
"app:pattach": "docker exec -it o2-rct_application bash",
45-
46-
4743
"db-ip": "echo $(docker inspect o2-rct_database -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}')",
4844
"db:check": "./rctmake prune,db,build,follow -t dev -S o2-rct_database ",
4945
"db:attach": "docker exec -it o2-rct_database psql -U postgres -d \"rct-db\"",
5046
"db:pattach": "docker exec -it o2-rct_database /bin/bash",
5147
"db:clean": "./rctmake db:clean",
52-
5348
"dump:make": "./rctmake dump:make -F ",
5449
"dump:list": "./rctmake dump:list",
5550
"dump:restore": "./rctmake dump:restore -F ",
5651
"dump:remove": "./rctmake dump:remove -F ",
57-
5852
"tmp": "nodemon ./tmp/tmp.js"
5953
},
6054
"bugs": {

0 commit comments

Comments
 (0)