Skip to content

Commit

Permalink
Copy JS
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Sep 3, 2024
1 parent 84b65b9 commit 9299876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"scripts": {
"start": "rm -rf dist && pnpm build:api && node -r dotenv/config dist/api/index.js",
"build:api": "tsc -p ./api/tsconfig.json",
"build:api": "mkdir -p ./dist/api/stately/generated && cp -r ./api/stately/generated/ ./dist/api/stately/generated && tsc -p ./api/tsconfig.json",
"deploy": "kubernetes/deploy.sh",
"docker:build": "rm -rf dist && pnpm build:api && docker build -t destinyitemmanager/dim-api .",
"docker:run": "docker run -p 3000:3000 destinyitemmanager/dim-api:latest",
Expand Down

0 comments on commit 9299876

Please sign in to comment.