CognxSafeTrack commited on
Commit ·
b1c5720
1
Parent(s): b74fcbf
chore(build): use tsc --build to bust docker cache for new healthcheck
Browse files
apps/api/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "tsx watch src/index.ts",
|
| 7 |
-
"build": "tsc",
|
| 8 |
"start": "node dist/index.js"
|
| 9 |
},
|
| 10 |
"dependencies": {
|
|
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "tsx watch src/index.ts",
|
| 7 |
+
"build": "tsc --build",
|
| 8 |
"start": "node dist/index.js"
|
| 9 |
},
|
| 10 |
"dependencies": {
|
apps/whatsapp-worker/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "tsx watch src/index.ts",
|
| 7 |
-
"build": "tsc",
|
| 8 |
"start": "node dist/index.js"
|
| 9 |
},
|
| 10 |
"dependencies": {
|
|
|
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
"dev": "tsx watch src/index.ts",
|
| 7 |
+
"build": "tsc --build",
|
| 8 |
"start": "node dist/index.js"
|
| 9 |
},
|
| 10 |
"dependencies": {
|