Commits on Source (9)
-
Vincent Fontesse authoredc0ad2c6f
-
Vincent Fontesse authored3a849a1e
-
Vincent Fontesse authored3a38205d
-
Vincent Fontesse authoredcf74425b
-
Bruno Boiget authoredef8acd1e
-
Lionel Morin authored
Resolve "update alpine version in dockerfile" Closes #15 and #5 See merge request !28
c0391acf -
Lionel Morin authored
Resolve "`yarn run test` is falling for `/ping`" Closes #4 See merge request !31
6a814e3e -
Lionel Morin authored
Generate testing version See merge request !33
0f72d0df -
semantic-release-bot authored
### [1.3.1-testing.1](https://gitlab.mim-libre.fr/alphabet/laboite-blog-api/compare/release/1.3.0...release/1.3.1-testing.1) (2022-10-21) ### Bug Fixes * **ci:** convert .gitlab-ci.yml back to unix format ([ef8acd1e](ef8acd1e)) * **ci:** delete prettier formating ([3a849a1e](3a849a1e)) * **package:** remove old call of script ([cf74425b](cf74425b)) * **test:** remove old test /ping ([3a38205d](3a38205d)) ### Build System * **alpine:** update node alpine version to 16.17.0 ([c0ad2c6f](c0ad2c6f))
{ | ||
"name": "laboite-blog-backend", | ||
"version": "1.3.0", | ||
"version": "1.3.1-testing.1", | ||
"license": "EUPL-1.2", | ||
"description": " API backend for laboite blog service", | ||
"author": "EOLE/PCLL <team@eole.education> - DINUM", | ||
... | ... | @@ -21,9 +21,8 @@ |
"eslint": "lb-eslint --report-unused-disable-directives .", | ||
"eslint:fix": "yarn run eslint --fix", | ||
"pretest": "yarn run clean && yarn run build", | ||
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"", | ||
"posttest": "yarn run lint", | ||
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && yarn run posttest", | ||
"test": "lb-mocha --allow-console-logs \"dist/src/__tests__\"", | ||
"test:dev": "lb-mocha --allow-console-logs dist/src/__tests__/**/*.js", | ||
"docker:build": "docker build -t laboite-blog-backend .", | ||
"docker:run": "docker run -p 3000:3000 --name api --env-file .env -d laboite-blog-backend && docker logs -f api", | ||
"premigrate": "npm run build", | ||
... | ... |