testeranto 0.79.30 → 0.79.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,9 +29,9 @@ RUN yarn testeranto-esbuild
29
29
 
30
30
  # # RUN yarn build
31
31
 
32
- # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs /usr/src/app/TaskManBackEnd.mjs
33
- # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.js /usr/src/app/TaskManFrontEnd.js
34
- # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.css /usr/src/app/TaskManFrontEnd.css
32
+ RUN cp ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs /usr/src/app/TaskManBackEnd.mjs
33
+ RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.js /usr/src/app/TaskManFrontEnd.js
34
+ RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.css /usr/src/app/TaskManFrontEnd.css
35
35
 
36
36
  # # RUN ts-node-esm ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs
37
37
 
@@ -39,4 +39,4 @@ RUN yarn testeranto-esbuild
39
39
  # EXPOSE 27017
40
40
  # ENV MONGO_HOST=host.docker.internal
41
41
  # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
42
- # CMD ["node", "./TaskManBackEnd.mjs"]
42
+ CMD ["node", "./TaskManBackEnd.mjs"]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.79.30",
4
+ "version": "0.79.31",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },