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

Commit c4d5fef

Browse files
authored
Merge pull request #58 from AliceO2Group/release/0.1.1
release 0.1.1
2 parents 0d511d9 + 45480c0 commit c4d5fef

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/run-condition-table",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "main.js",
55
"author": "ALICEO2",
66
"keywords": [
@@ -17,38 +17,31 @@
1717
"eslint:fix": "npm run eslint -- --fix",
1818
"eslint:show": "npm run eslint; firefox ./reports/static/static-analysis.html",
1919
"static": "npm run eslint",
20-
2120
"coverage:test": "mocha --exit test/*",
2221
"coverage:report": "nyc report --report=html --report=json",
2322
"coverage": "nyc npm run coverage:test && npm run coverage:report ",
2423
"test": "mkdir -pv ./reports; npm run static; npm run coverage; if [ \"RUNNING_ENV\" = \"DOCKER\" ]; then chmod -R o+w ./reports; fi #TODO platform independent",
2524
"test:mocha": "mocha",
2625
"reports:show": "open ./reports/**/*.html",
2726
"reports:clean": "rm -rf ./reports; rm -rf .nyc_output",
28-
2927
"start:dev": "nodemon app/main.js --watch main.js --watch app --ignore app/public",
3028
"start:dev:local": "bash -c 'set -o allexport && ls && source ./docker/env_file-dev && set +o allexport && npm run start:dev'",
3129
"start:prod": "node app/main.js",
32-
3330
"prod": "./rctmake",
3431
"dev": "./rctmake build[up],dump:clean,attach --target dev ",
3532
"dev:up": "./rctmake build[up] --target dev --attach",
3633
"dev:up-re": "./rctmake build[up],dump:restore,attach --target dev -F ",
3734
"dev:prune": "./rctmake prune,db,build,stop --target dev --attach",
3835
"docker:test": "./rctmake prune,build,prune --target test",
39-
4036
"prune": "./rctmake prune",
4137
"app:attach": "docker attach rct_application",
42-
4338
"db:check": "./rctmake prune,db,build,follow -t dev -S o2-rct_database ",
4439
"db:attach": "docker exec -it o2-rct_database psql -U postgres -d \"rct-db\"",
45-
4640
"db:clean": "./rctmake dump:clean",
4741
"dump:make": "./rctmake dump:make -F ",
4842
"dump:list": "./rctmake dump:list",
4943
"dump:restore": "./rctmake dump:restore -F ",
5044
"dump:remove": "./rctmake dump:remove -F ",
51-
5245
"tmp": "nodemon ./tmp/tmp.js"
5346
},
5447
"dependencies": {
@@ -60,7 +53,7 @@
6053
"files": [
6154
"app/",
6255
"docs/"
63-
],
56+
],
6457
"bundledDependencies": [
6558
"@aliceo2/web-ui",
6659
"esm",

0 commit comments

Comments
 (0)