testeranto 0.79.13 → 0.79.15

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.
@@ -6,7 +6,8 @@ RUN yarn install
6
6
  COPY ./src/ /usr/src/app/src
7
7
  COPY ./subPackages/ /usr/src/app/subPackages
8
8
  COPY ./testeranto.mts /usr/src/app/testeranto.mts
9
- # RUN yarn testeranto-esbuild
9
+ COPY ./tsconfig.json /usr/src/app/tsconfig.json
10
+ RUN yarn testeranto-esbuild
10
11
  # # COPY ./testeranto.json /usr/src/app/testeranto.json
11
12
  # # COPY prebuild.sh /usr/src/app
12
13
  # # COPY postBuild.sh /usr/src/app
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.13",
4
+ "version": "0.79.15",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.mts",
7
7
  "module": "dist/module/index.js",