Skip to content

Commit

Permalink
ci: github action add bin nodefony path
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Jun 13, 2024
1 parent 64df196 commit 5fbe862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: "npm"
- run: npm ci --force
- run: npm run build --if-present
- run: npx nodefony prod
- run: ./src/nodefony/bin/nodefony prod
- run: npm test

build-osx:
Expand All @@ -47,7 +47,7 @@ jobs:
cache: "npm"
- run: npm ci --force
- run: npm run build --if-present
- run: npx nodefony prod
- run: ./src/nodefony/bin/nodefony prod
- run: npm test

build-windows:
Expand All @@ -68,5 +68,5 @@ jobs:
- run: npm cache clean --force
- run: npm ci --force
- run: npm run build --if-present
- run: npx nodefony prod
- run: ./src/nodefony/bin/nodefony prod
- run: npm test

0 comments on commit 5fbe862

Please sign in to comment.