Skip to content

Commit

Permalink
ci: fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 8, 2023
1 parent 0ccf40e commit c26ae8f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mechanicalcompletion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dev": "fusion-framework-cli app dev",
"dev:local": "fusion-framework-cli app dev -c app.config.local.js",
"build": "tsc -b -f",
"pr:deploy": "ts-node --esm ../../github-action/src/releasePr.ts release",
"fprd:deploy": "ts-node --esm ../../github-action/src/releaseMain.ts release"
"pr:deploy": "tsx --esm ../../github-action/src/releasePr.ts release",
"fprd:deploy": "tsx --esm ../../github-action/src/releaseMain.ts release"
},
"dependencies": {
"@cc-components/mechanicalcompletionapp": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"nx": "15.7.1",
"rollup-plugin-inject-process-env": "^1.3.1",
"ts-node": "^10.9.1",
"tsx": "^4.6.2",
"turbo": "^1.10.14",
"typescript": "~5.2.2",
"vite": "^5.0.6",
Expand Down
24 changes: 24 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c26ae8f

Please sign in to comment.